@extends('admin.layouts.app') @section('content')
Edit CMS Service
@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('cmsService-image'); if($cmsService){ if(count($cmsService->getMedia('cms-service-image')) > 0){ $agent_image_url = $cmsService->getMedia('cms-service-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') @endpush