@extends('admin.layout.master') @section('import-css') @stop @section('body')
{!! Form::model($basic,['route'=>['manage-footer-update'],'method'=>'PUT','role'=>'form','class'=>'form-horizontal','files'=>true]) !!}
@if ($errors->has('copyright')) {{ $errors->first('copyright') }} @endif
@if ($errors->has('fb_comment')) {{ $errors->first('fb_comment') }} @endif
{!! Form::close() !!}
@stop @section('import-script') @stop