@extends('layouts.light.master') @section('title', 'Stock Check Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
| # | Bill Name | Ship Name | Job Name | Date | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $each->user->username }} | {{ $each->user->username }} | {{ $each->job_name }} | {{ $each->updated_at->format('d-m-Y') ?? 'N/A' }} | Show | Delete |
| ---- No Data Found ---- | |||||
| # | Bill Name | Ship Name | Job Name | Date | Action |