@include('header')

Form

{!! Form::open(['url' => $url, 'class' => 'form-horizontal', 'files' => true]) !!}
{!! Form::close() !!}
@include('footer')