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