{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf @include('backend.hr_module.form')
@if(!empty($user_id))
@include('backend.hr_module.document_upload_form')
@endif
@endsection {{-- Scripts Section --}} @section('scripts') @include('backend.pages.apply_job_script') @endsection