@extends('layouts.site') @section('title', 'تقديم طلب توظيف | XRD LAB') @push('styles') @endpush @section('content')
@include('partials.breadcrumbs', [ 'title' => 'تقديم طلب توظيف', 'items' => [ ['label' => 'الرئيسية', 'url' => route('home')], ['label' => 'التوظيف', 'url' => route('hiring')], ['label' => 'تقديم طلب توظيف'], ], ]) @php $feedbackTitle = null; $feedbackType = null; $feedbackBodyHtml = ''; if (session('status')) { $feedbackTitle = 'تم استلام طلبك'; $feedbackType = 'success'; $feedbackBodyHtml = e(session('status')); } elseif ($errors->any()) { $feedbackTitle = 'يرجى التحقق من البيانات'; $feedbackType = 'error'; $feedbackBodyHtml = ''; } @endphp
@if(session('hiring_notice'))
{{ session('hiring_notice') }}
@endif
@csrf
اسحب الملف هنا أو اضغط للاختيار
الحد الأقصى 5MB
@if($feedbackTitle) @endif
@endsection @push('scripts') @endpush