@extends('layouts.app') @section('title', $title = __('forms.edit') . ' ' . $broker->name) @section('content')
@csrf @method('PATCH')

@endsection