@extends("layouts.dashboard.app") @section("page-nav-title")

Applying For Job

View Applying For Job

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($applyingForJob as $applying) @endforeach
#ID {{__('First Name')}} {{__('Last Name')}} {{__('Age')}} {{__('Years Of Experience')}} {{__('Nationality')}} {{__('Phone Number')}} {{__('Email')}} {{__('Health Card')}} Control
{{$applying->id}} {{$applying->first_name}} {{$applying->last_name}} {{$applying->age}} {{$applying->years_of_experience}} {{$applying->nationality}} {{$applying->phone_number}} {{$applying->email}} {{$applying->health_card == 1 ? "Yes" : "No"}} @if($applying->status == 1) @else @endif
@endsection @section("scripts") @endsection