Content Managment Systems

@if (session('error'))
Error! {{ session('error') }}
@endif
Edit Content Managment System
@csrf
@error('name')
Please enter a valid Name.
@enderror
@if($contentmanagmentsystem->content_type == 2)
@endif
@if(!empty($contentmanagmentsystem->image_path) && file_exists(public_path('storage/resize/' . $contentmanagmentsystem->image_path))) {{ $contentmanagmentsystem->name }} @elseif(!empty($contentmanagmentsystem->image_path) && file_exists(public_path('storage/'.$contentmanagmentsystem->image_path))) {{ $contentmanagmentsystem->name }} @endif
@if($contentmanagmentsystem->content_type == 1)
@endif loader
@section('scripts') @endsection @section('style_includes') @endsection @section('script_includes')