@extends('includes.layouts.admin') @section('page-title') View Agent Application @endsection @section('content')

View Agent Application

@csrf
@if($errors->has('status') || $errors->has('rejected_reason')) {{ $errors->has('status') ? $errors->first('status') : $errors->first('rejected_reason') }} @endif
@endsection @section('scripts') @endsection