Manage About Us
Manage About Us
@if(Session::has('success'))
{!! Form::close() !!}
Message : {!! Session::get('success') !!}
@endif
@if(count($errors) > 0)
Error:
@endif
{!! Form::model($about,['route'=>['about_update',$about->id],'method'=>'PUT']) !!}
-
@foreach($errors->all() as $error)
- {!! $error !!} @endforeach
Title :
About Us Description :
{!! Form::submit('Update About Us', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}