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

About

@csrf
{{ $errors->first('about_title')}}
{{ $errors->first('about_image')}}
{{ $errors->first('about_description')}}

@endsection @push('footerscript') @endpush