@extends('themes.default1.admin.layout.kb') @section('widget') active @stop @section('footer1') class="active" @stop @section('content') {!! Form::model($footer,['url' => 'post-create-footer/'.$footer->id, 'method' => 'PATCH','files'=>true]) !!}

{{Lang::get('lang.footer1')}}

{!! Form::submit(Lang::get('lang.save'),['class'=>'form-group btn btn-primary pull-right'])!!}
{!! Form::label('title',Lang::get('lang.title')) !!} {!! $errors->first('title', ':message') !!} {!! Form::text('title',null,['class' => 'form-control']) !!}
{!! Form::label('footer',Lang::get('lang.footer')) !!} {!! $errors->first('footer', ':message') !!} {!! Form::textarea('footer',null,['class' => 'form-control','size' => '128x10','id'=>'footer','placeholder'=>'Enter the description']) !!}
@stop @section('FooterInclude') @stop