@extends('manager.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content') @include('manager/inc.topHeader')
{{-- @canany(['manager_reports_candidate-entrance','manager_reports_guest-entrance'])--}} {{-- Candidate: Page Content --}}

Attendance


{{-- Candidate : End --}} {{-- @endcanany--}} {{-- End: Page Content --}}
@endsection @push('footer-scripts') {{-- Toastr : Script : Start --}} @if(Session::has('messages')) @endif {{-- Toastr : Script : End --}} @endpush