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

Blog

{!! Form::model($row, ['method'=>'patch', 'files' => true, 'route' => ['blog.update', $row->id]]) !!} @csrf
{{ $errors->first('blog_name')}}
{{--
{{ $errors->first('Judgments_date',$row->Judgments_date)}}
--}}
{{ $errors->first('blog_image',$row->blog_image)}}
{{ $errors->first('blog_description')}}

@endsection @push('footerscript') @endpush