@extends('hr_main') @section('title', '| '.$data['title']) @section('content')

Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/individualAccountInformation.blade.php on line 20

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/employee/individualAccountInformation.blade.php on line 20
@php use App\Service\UserUtility; $hasEmployeeAllDataAccess = Auth::user()->branchId == 1 && UserUtility::hasAccessAllData(Auth::user(), 389); $optionalTab = \DB::table('hr_config')->where('title', 'employee_special_reference_module')->select('config_content')->first(); @endphp
@include('hr.employee.introduction')
@include('hr.employee.accountFormIndividual')
@endsection