@php if (Session::has('project_id')) { $project_id = Session::get('project_id'); } else { $project_id = 0; } $microGet = App\Models\Project::where('id', $project_id)->first(); $checMicroProgram = $microGet != null ? $microGet->micro_program : 0; $setting = Utility::settings(\Auth::user()->creatorId()); @endphp
@isset($hrm_header)

{{ __($hrm_header) }}

@endisset {{-- @include('new_layouts.footer') --}}