@extends('layouts.admin-modern') @section('title', 'Modifier - ' . $ambassador->display_or_full_name) @section('content') @if($errors->any())
@endif
@csrf @method('PUT')
Informations personnelles
Société & adresse
Catégories & taux
@php $existingCats = $ambassador->categories->keyBy('category_key'); @endphp @foreach($categoryKeys as $key => $label) @php $existing = $existingCats->get($key); @endphp
@endforeach
Zone
Contrat
Droits
can_create_prestataires) ? 'checked' : '' }}>
can_use_affiliate_link) ? 'checked' : '' }}>
Notes
Annuler
@endsection