@extends('backEnd.master') @section('title') @lang('hr.calendar_report') @endsection @section('mainContent') @lang('hr.calendar_report') @lang('common.dashboard') @lang('hr.human_resource') @lang('hr.calendar_report') @lang('common.categories') @lang('common.categories') * @foreach ($categories as $item) {{ app()->getLocale() == 'en' ? $item->name_en : $item->name_ar }} @endforeach @if ($errors->has('cat_id')) {{ $errors->first('cat_id') }} @endif @lang('academics.track_types') @if ($errors->has('track_type_id')) {{ $errors->first('track_type_id') }} @endif @lang('academics.tracks') @if ($errors->has('track_id')) {{ $errors->first('track_id') }} @endif @lang('hr.staff') @endsection @push('scripts') @endpush @push('scripts') @endpush