@extends('layouts.master') @section('title',__('index.termination')) @section('action',__('index.lists')) @section('button')
@can('create_termination') @endcan @can('termination_type_list') @endcan
@endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.terminationManagement.termination.common.breadcrumb')
{{ __('index.termination_filter') }}
@if(!isset(auth()->user()->branch_id))
@endif
@if(\App\Helpers\AppHelper::ifDateInBsEnabled())
@else
@endif
{{ __('index.reset') }}
{{ __('index.termination_list') }}
@canany(['show_termination','delete_termination','update_termination']) @endcanany
# {{ __('index.employee') }} {{ __('index.termination_type') }} {{ __('index.notice_date') }} {{ __('index.termination_date') }} {{ __('index.status') }}{{ __('index.action') }}