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

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

Applicants

@forelse($applicants as $application) @empty @endforelse
ID Applicant Name Sex Email Phone Number Address Actions
{{ $application->id }} {{ $application->first_name }} {{ $application->middle_name }} {{ $application->last_name }} {{ $application->suffix }} {{ $application->sex }} {{ $application->email }} {{ $application->phone_no }} {{ $application->home_address }}, {{ $application->city }}, {{ $application->province }}, {{ $application->region }} {{ $career->id }}
No applicants found for this career.
@endsection