{{ $message }}
@elseif ($message = Session::get('error'))
{{ $message }}
@endif
@if(Auth::user()->role !== 56 && Auth::user()->role !== 57)
@include('dashboard.charts&reports.countReports')
@include('dashboard.charts&reports.PDNAChart')
@include('dashboard.charts&reports.pdnaReportLotWise')
@include('dashboard.chart.main_symmery')
@endif