@section('Dashboard')

note {!! __('Report') !!}

{!! __('Welcome to the Report Management Dashboard Here, you can easily Create new Report to tailor the system to your needs. Simply navigate to the Create Report section to get Started.') !!}


@if($message = Session::get('Update'))
{{ $message }}
@endif @if($message = Session::get('store'))
{{ $message }}
@endif @if ($message = Session::get('delete'))
{{ $message }}
@endif
@foreach($Reports as $Report) @endforeach
@include('layouts.footer')
@endsection