@section('title','Edit Cms') @push('vendor-style') @endpush @push('vendor-script') @endpush @push('style') @endpush @push('script') @endpush
{{-- Content --}}
@csrf
Slug will be created from Cms Name @error('name'){{ $message }}@enderror
@error('title_en'){{ $message }}@enderror
@error('title_ar'){{ $message }}@enderror
@if($cms->file && Storage::disk('musawer')->exists($cms->file))
@if($cms->slug == 'our-services-videography') @else @endif clear
@else
@if($cms->slug == 'our-services-videography') Video (15 Mb) @else Image @endif @if($cms->slug == 'how-it-started') (588 x 559) @elseif($cms->slug == 'our-philosophy') (475 * 621) @endif
@endif
@if($cms->slug == 'our-services-videography' || $cms->slug == 'videography-services' || $cms->slug == 'our-philosophy')
@if($cms->thumbnail && Storage::disk('musawer')->exists($cms->thumbnail))
clear
@else
@if($cms->slug == 'our-philosophy' || $cms->slug == 'videography-services') Banner (1500 * 800) @elseif($cms->slug == 'our-services-videography') Thumbnail (784 * 442) @endif
@endif
@endif @if($cms->is_deletable)
@endif
{!! old('html_en', $cms->html_en) !!}
@error('html_en'){{ $message }}@enderror
{!! old('html_ar', $cms->html_ar) !!}
@error('html_ar'){{ $message }}@enderror