@extends('master')
@section('title')
Insurance Quote
@stop
@section('styles')
@stop
@section('content')
@include('partials.nav')
Request an Insurance Quote
{{ Form::open(['url' => '/quote', 'method' => 'POST', 'data-abide' => '','files' => true]) }}
{{ Form:: close() }}
@include('partials.footer')
@stop