@extends('master') @section('title') Guarantees @stop @section('styles') @stop @section('content') @include('partials.nav')

Guarantees


{{ Form::open(['url' => '/guarantees', 'method' => 'POST', 'data-abide' => '','files' => true]) }}
@if($errors->first('overview')) {{ Form::textarea('overview', '', ['class' => 'formFieldGrey', 'style'=>"border: 2px solid rgba(255, 0, 0, 0.3)"]) }} @else {{ Form::textarea('overview', '', ['class' => 'formFieldGrey']) }} @endif
{{ Form:: close() }} @include('partials.footer')
@stop @section('scripts') @stop