@extends('layouts.admin') @section('title', 'Nouvel agent') @section('page-title', 'Nouvel agent immobilier') @section('page-subtitle', 'Création manuelle d’un compte professionnel') @section('content')
@csrf
@include('partials.admin.form-actions', ['cancelRoute' => route('admin.agents.index'), 'submitLabel' => 'Créer l’agent'])
@endsection