@extends('layouts.layout') @section('title', 'Manage Footer') @section('content')

Manage Footer


Manage Footer
@if(Session::has('success')) @endif @if(count($errors) > 0) @endif {!! Form::model($footer,['route'=>['footer_update',$footer->id],'method'=>'PUT']) !!}

Footer About Text :

Left Text :

Right Text :

{!! Form::submit('Update Footer Text', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}
{!! Form::close() !!}
@endsection