@extends('admin/layouts/layoutMaster') @section('title', 'Search Applicant') @section('vendor-style') @endsection @section('content')
Search Applicant Back To Search
@if(session('error') || session('success'))
@if(session('error')) @endif
@endif @if(!session('searchResults'))
@csrf
@else @php $app = session('searchResults') @endphp @if($app) @else @endif
# Name Email Jamb Phone
{{--$loop->iteration--}} {{$app->name}} {{$app->email}} {{$app->jamb}} {{$app->phone}}
No records found
@endif
@if(session()->has('searchResults')) @endif @section('page-script') @endsection @endsection