@if (Session::has('success'))
{{ Session::get('success') }}
@elseif (Session::has('danger'))
{{ Session::get('danger') }}
@endif
Charge management List
| Weight |
Destination |
Charge |
Action |
@foreach ($charge as $item)
| {{ $item->weight }} |
{{ $item->destinations->code ?? '' }} - {{ $item->destinations->name ?? '' }} |
{{ $item->charge }} |
|
@endforeach