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

Create New Agent Form

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