@extends('frontend.layouts.app2') @section('title') Hired Applicants @endsection @section('seo') Your Trusted Service Contracting Partner | Beta Com Resources Inc. @endsection @section('content')

Welcome, {{ Auth::user()->name }}!

Hired Applicants

@foreach($applications as $application) @foreach($application->applicationCareer as $applicationCareer) @if($applicationCareer->applicationCareerStatus->isNotEmpty()) @endif @endforeach @endforeach
Job Title Name Email Phone Status and Remarks
{{ $applicationCareer->career->jobtitle }} {{ $application->first_name }} {{ $application->last_name }} {{ $application->email }} {{ $application->phone_no }}
@endsection