@extends('layouts.base') @section('content') @section('breadcrumb') @endsection @if(session('success')) @endif @if($errors->any()) @endif

@if($network && $network->exists) Modifier {{ $network->name }} @else Créer une entreprise @endif

@if($network && $network->exists)
@if($network->phones && $network->phones->count() > 0) {{ format_phone_display($network->phones->first()->value ?? null) }} @endif @if($network->address?->city) {{ $network->address?->city ?? '-' }} @endif
@endif
Retour
@csrf @if($network && $network->exists) @method('PUT') @endif

Vous pouvez sélectionner plusieurs fichiers à la fois
@if($network && $network->exists && $network->documents->count() > 0)
Documents existants
@endif
Annuler
@endsection @push('scripts') @endpush