@extends('layouts.default', ['appTopMenu' => true]) @php use App\Models\inventory\Purchase_model; use App\Http\Controllers\inventory\Purchase; @endphp @section('title','Dashboard') @push('scripts') @endpush @section('content')
Items List | |||||||||
---|---|---|---|---|---|---|---|---|---|
# | Product | Company | Model No | Serial No | Item Recipt Date | Remark | Place | ||
{{ $loop->iteration }} | {{ $data->pname }} | {{ $data->cname }} | {{ $data->model_no }} | {{ $data->sr_no }} | {{ \Carbon\Carbon::parse($data->item_receiving_date)->format('d-m-Y') }} | {{ $data->remark }} | {{ $data->district}} | {{ $data->bench}} |
Items List | |||||||||
---|---|---|---|---|---|---|---|---|---|
# | Product | Company | Model No | Serial No | Item Recipt Date | Remark | Place | ||
No results found. |