@props([ 'sector' => null, 'companyUsers' => collect(), 'action', 'method' => 'POST', 'cancelUrl' => null, ]) @php $cancelHref = $cancelUrl ?? route('inventory.sectors.index'); @endphp
@csrf @if($method !== 'POST') @method($method) @endif
@foreach($companyUsers as $u) @endforeach
Cancelar {{ $sector ? 'Atualizar' : 'Salvar' }}