@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Certificat_trans.title_page') }} @stop @endsection @section('page-header') @section('PageTitle') {{ trans('Certificat_trans.reports') }} @stop @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{--
--}} {!! Form::open(['route' => 'reports.index', 'autocomplete' => 'off','method'=>'POST' ]) !!} @csrf {{ method_field('get') }}
{!! Form::close() !!}
@endsection @section('js') @toastr_js @toastr_render @endsection