@extends('admin.layouts.app') @section('content')
Edit CMS AboutUs
@csrf @method('put')
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{--
@if($errors->has('value'))
{{ $errors->first('value') }}
@endif
--}}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
@php //$agent_image_url = $agent->getFirstMediaUrl('cmsabout-image'); if($cmsAbout){ if(count($cmsAbout->getMedia('cms-about-image')) > 0){ $agent_image_url = $cmsAbout->getMedia('cms-about-image')->last()->getUrl(); }else{ $agent_image_url = ''; } }else{ $agent_image_url = ''; } @endphp
{{--
--}}
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif
Back
@endsection @push('scripts_footer') {{-- --}} @include('admin.misc.scripts.dropzone_home_banner') {{-- @include('admin.misc.scripts.dropzone_blog') --}} @endpush