芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/project-templates/ajax/edit.blade.php
@php $addProjectCategoryPermission = user()->permission('manage_project_category'); @endphp
@lang('modules.projects.projectInfo')
--
@foreach ($categories as $category)
category_id == $category->id) selected @endif value="{{ $category->id }}"> {{ mb_ucwords($category->category_name) }}
@endforeach
@if ($addProjectCategoryPermission == 'all' || $addProjectCategoryPermission == 'added')
@lang('app.add')
@endif
{!! $template->project_summary !!}
{!! $template->project_summary !!}</textarea>
{!! $template->notes !!}
{!! $template->notes !!}</textarea>
@lang('app.save')
@lang('app.cancel')