@extends('dashboard.layouts.master') @section('css') @endsection @section('title') {{ $title . ' - ' . ($emp_record?->code ?? '-') }} @endsection @section('content')

تخصيص اجازات الموظف - {{ $emp_record?->name_ar ?? '-' }}

تخصيص اجازات الموظف
@include('dashboard.admin.employeeLeaveAllocations.btn.show.btn.create')
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush