@extends('backend.layouts.main') @section('title') Create New Agent Request @endsection @section('content')

Create New Agent Request

@csrf @include('backend.become-an-agent.partials.form')
@endsection