@extends('layout.padrao')
@section('title', 'IMO Approval Report')
@section('content')
@include('include.filtro_result')
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ Form::open(array('method' => 'GET', 'files'=>true, 'enctype'=>'multipart/form-data', 'route'=>'exportIMOApproval')) }}
{{ csrf_field() }}
@include('bibliotecas.momentJs')
@endsection