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

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

@include('layouts.errors') {{ Form::model($report, ['route' => ['reports.update', $report->id], 'method' => 'put', 'class' => 'report-form']) }} @include('reports.fields') {{ Form::close() }}
@endsection @section('scripts') @endsection