@push('title') Update Supplier @endpush Update Supplier @csrf @method('PUT') Supplier Name * Supplier Phone Supplier Email Supplier Address Supplier Representatives Add Representative @forelse($supplier->reps as $index => $rep) Rep Name * Rep Email Rep Phone Warning Are you sure you want to delete this representative Representative Name :- {{ $rep->name ?? 'N/A' }} This action cannot be undone! Delete Representative Cancel @empty No representatives found @endforelse Update Cancel Rep Name * Rep Email Rep Phone Are you sure? Do you really want to remove this newly added representative from the list? Yes, Remove it! Cancel
Are you sure you want to delete this representative
Representative Name :- {{ $rep->name ?? 'N/A' }}
This action cannot be undone!
No representatives found
Do you really want to remove this newly added representative from the list?