@extends('layouts.master', ['title' => 'Job Seeker Exam Paper']) @section('content') {{-- test purpose only --}}

Exam Result

Name : {{ ucwords(Auth::user()->first_name. " ".Auth::user()->last_name) }}

Exam Result : You Are {{ucwords($resultExamStatus)}}, Please try after 6 months

Go to Dashboard

@endsection