@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar') @if ($message = Session::get('success')) @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
@if(Auth::user()->role == 56 || Auth::user()->role == 57 || Auth::user()->role == 1) @endif @endsection