@extends('dashboard.base') @section('content')

Reports Manager

@yield('nav') @if($errors->any())
{!! implode('', $errors->all('')) !!} @endif @if(session()->has('message'))
@endif
Export
{{$dataTable->table(['class' => 'table table-striped table-bordered dt-responsive nowrap report-datatable', 'style' => 'width:100%;'])}}
@endsection @section('javascript') @push('scripts') {{$dataTable->scripts()}} @endpush @endsection