@extends('layouts.app') @section('title') {{ __('messages.report.new_report') }} @endsection @section('page_css') @endsection @section('content')
@include('flash::message')

{{ __('messages.report.new_report') }}

@include('layouts.errors') {{ Form::open(['route' => 'reports.store', 'class' => 'report-form']) }} @include('reports.fields') {{ Form::close() }}
@endsection @section('scripts') @endsection