@extends('admin.layouts.app') @section('page-title', 'Containers') @section('content')
No containers found.
@else| # | Customer Name | Container Number | Date | Excel File |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $container->customer_name }} | {{ $container->container_number }} | {{ $container->container_date?->format('d-m-Y') }} | @if($container->excel_file) Download @else - @endif |