{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'About Edit') @section('vendor-style') @endsection @section('content')
@csrf @method('PUT')
Edit About
Description *
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
About Image *
@if ($about->image)
about image
@endif @if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
Cancel
@endsection @section('vendor-script') @endsection @section('page-script') @endsection