@include('content._partials._sections.edit_bank', [
'bank_detail' => $supplier,
])
{{--
Agreement Details
--}}
{{-- --}}
@error('have_vaccinated')
{{ $message }}
@enderror
| No. |
Collection Point |
Action |
@if ($supplier->cp_ids)
@foreach ($supplier->cp_ids as $key => $data)
@php
$cp = $data
? App\Helpers\Helper::getCpById(
$data,
)
: '';
$i = 0;
@endphp
@if ($cp)
| {{ ++$key }} |
{{ $cp ? $cp->name : '' }} |
|
@endif
@endforeach
@else
| No data found
|
@endif