@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
CMS Edit
@csrf @method('PUT')
{{ $errors->first('cms_type') }}
{{ $errors->first('content') }}
@if($cm->img) Image @endif
{{ $errors->first('img') }}
@if($cm->cms_type=='Testimonials')
{{ $errors->first('person_name') }}
{{ $errors->first('company_name') }}
@endif
@endsection @push('custom_js') @endpush