@extends('layouts.chairman_dashboard') @section('title') Chairman Dashboard @endsection @section('styles') .card : { border-radius: 25px; } @endsection @section('content')
@if(\Auth::user()->hasPermission('CAN_SHOW_VESSEL_HISTORY'))
@include('main_dashboard.partials.db_vessel_history')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_VESSEL_BILLS'))
@include('main_dashboard.partials.db_container_handling')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_INCOMING_AND_DESP_FROM_CPA'))
@include('main_dashboard.partials.db_incoming')
@endif {{--
@include('main_dashboard.partials.vehicles-particulars')
--}} @if(\Auth::user()->hasPermission('CAN_SHOW_CONTAINER_LYING_POSITION_IN_PORT'))
@include('main_dashboard.partials.db_lying')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_TRAFFIC'))
@include('main_dashboard.partials.db_traffic')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_FIXED_ASSETS'))
@include('main_dashboard.partials.db_fixed_asset')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_DAILY_ONE_STOP_SERVICE'))
@include('main_dashboard.partials.db_onestop')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_ACCOUNTS_FINANCE'))
@include('main_dashboard.partials.db_accounts')
@endif
@if(\Auth::user()->hasPermission('CAN_SHOW_PAYROLL'))
@include('main_dashboard.partials.db_salary')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_PROVIDENT_FUNDS'))
@include('main_dashboard.partials.db_provident_funds')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_GPF_LOANS'))
@include('main_dashboard.partials.db_gpf_loans')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_OVERTIME'))
@include('main_dashboard.partials.db_overtimes')
@endif
@if(\Auth::user()->hasPermission('CAN_SHOW_ATTENDANCE'))
@include('main_dashboard.partials.position')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_PENSION'))
@include('main_dashboard.partials.db_pension')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_EMPLOYEE'))
@include('main_dashboard.partials.db_pims')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_INVENTORY'))
@include('main_dashboard.partials.db_inventory')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_ELECTRICITY_BILLING'))
@include('main_dashboard.partials.db_electricity_billing')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_VTMIS'))
@include('main_dashboard.partials.db_vtmis')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_HOUSE_ALLOTMENT'))
@include('main_dashboard.partials.db_ha')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_BUDGET_SUMMARY'))
@include('main_dashboard.partials.db_fas')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_ACCOUNTS_RECEIVABLE'))
@include('main_dashboard.partials.db_fas_ar')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_ACCOUNTS_PAYABLE'))
@include('main_dashboard.partials.db_fas_ap')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_RECRUITMENT'))
@include('main_dashboard.partials.db_recruitment')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_CASE'))
@include('main_dashboard.partials.db_case_manage')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_AUDIT'))
@include('main_dashboard.partials.db_audit')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_BOARD_DECISION_STATISTICS '))

Board Decision Statistics

Loading..
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_TRAINING'))
@include('main_dashboard.partials.db_training')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_HYDROGRAPHY'))
@include('main_dashboard.partials.db_hydrography')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_VEHICLES'))
@include('main_dashboard.partials.db_vehicles')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_CONTRACT_MANAGEMENT'))
@include('main_dashboard.partials.db_ce')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_APPOINTMENT'))
@endif {{-- @if(\Auth::user()->hasPermission('CAN_SHOW_MECHANICAL_ENGINEERING'))--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('main_dashboard.partials.me')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endif--}} @if(\Auth::user()->hasPermission('CAN_SHOW_DATABASE_BACKUP'))
@include('main_dashboard.partials.db_backup')
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('main_dashboard.partials.vessel-bills')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endif @if(\Auth::user()->hasPermission('CAN_SHOW_SECURITY_INCIDENTS'))
@include('main_dashboard.partials.db_security')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_ESTATE'))
@include('main_dashboard.partials.db_estate')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_MARINE_ENGINNEING'))
@include('main_dashboard.partials.db_marine_engineering')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_EQUIPMENT_MAINTENANCE'))
@include('main_dashboard.partials.db_equipment_maintenance')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_AGENT_PORTAL'))
@include('main_dashboard.partials.db_agent_portal')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_ONLINE_VESSEL_BILLING'))
@include('main_dashboard.partials.db_online_vessel_billing')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_LIBRARY'))
@include('main_dashboard.partials.db_library')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_LETTER_TRACKING'))
@include('main_dashboard.partials.db_letter_tracking')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_MARINE_MONTHLY_PILOTAGE_STATISTICS'))
@include('main_dashboard.partials.db_marine_monthly_pilotage_service')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_MARINE_DAILY_STATISTICS'))
@include('main_dashboard.partials.db_marine_daily')
@endif @if(\Auth::user()->hasPermission('CAN_SHOW_MARINE_MONTHLY_STATISTICS'))
@include('main_dashboard.partials.db_marine_monthly')
@endif
@section('script') @endsection @endsection