@extends('includes.layouts.admin') @section('page-title') View Agent Application @endsection @section('content') View Agent Application Home View Agent Application @csrf Approve Reject @if($errors->has('status') || $errors->has('rejected_reason')) {{ $errors->has('status') ? $errors->first('status') : $errors->first('rejected_reason') }} @endif Submit Application @endsection @section('scripts') @endsection