@extends('layouts.app') @php $selectedSuppliers = collect($agency->suppliers ?? []) ->pluck('id') ->toArray(); @endphp @section('content')