@extends('layout.master') @section('parentPageTitle', 'Reports') @section('title', 'Reports') @section('content')
@include('reports.nav')
{!! Form::open(['route' => 'reports.store', 'enctype' => 'multipart/form-data']) !!}
@include('reports.fields')
{!! Form::close() !!}
@stop @section('page-styles') {{-- dropzone --}} @stop @section('vendor-script') @stop @section('page-script') @stop