LISTADO DE COURIERS {{ $couriers->total() }}
| # |
NOMBRE |
CREACIÓN |
|
@foreach($couriers as $courier)
@if(isset($courier->logo))
logo}") }}" alt="" style="width:40px;height:40px;border-radius:10px;">
@endif
|
{{ $courier->name }} |
{{ $courier->created_at }} |
|
@endforeach
@if(count($couriers)==0)
@endif
@include('admin.common.pagination.default', ['paginator' => $couriers])