@extends('admin.layout.app') @section('title', 'Legal Eagle - Create About ') @push('headerscript') @endpush @section('content')

About

{!! Form::model($row, ['method'=>'patch', 'files' => true, 'route' => ['about.update', $row->id]]) !!} @csrf
{{ $errors->first('about_title')}}
{{ $errors->first('about_image',$row->about_image)}}
{{ $errors->first('about_description')}}


@endsection @push('footerscript') @endpush