@extends('master') @section('title', 'Edit Agent Details') @section('description', '') @section('keywords', '') @section('content')

Edit agent details

{{ $user->name }} from {{ $user->agency }}

@csrf
@stop