{{-- @extends('layouts.main') @section('title', 'Warehouse') @section('content') @include('layouts.components.alert-prompt')
Recycle Data
@php $norecycle = 1; @endphp @foreach ($peti as $data_peti) @endforeach @foreach ($customer as $data_items) @endforeach
No. Kategori Data Data Tanggal di hapus Action
{{ $norecycle++ }} Data Peti {{ $data_peti->fix_lot }} {{ optional($data_peti->deleted_at)->format('d-m-Y') ?? '-' }}
@csrf @method('POST')
@csrf @method('DELETE')
{{ $norecycle++ }} Data Customer {{ $data_items->name }} {{ optional($data_items->deleted_at)->format('d-m-Y') ?? '-' }}
@csrf @method('POST')
@csrf @method('DELETE')
@endsection --}} @extends('layouts.main') @section('title', 'Warehouse') @section('content') @include('layouts.components.alert-prompt')
Recycle Data
@php $norecycle = 1; @endphp @foreach ($peti as $data_peti) @endforeach @foreach ($customer as $data_items) @endforeach
No. Kategori Data Data Tanggal di hapus Action
{{ $norecycle++ }} Data Peti {{ $data_peti->fix_lot }} {{ optional($data_peti->deleted_at)->format('d-m-Y') ?? '-' }}
@csrf @method('POST')
@csrf @method('DELETE')
{{ $norecycle++ }} Data Customer {{ $data_items->name }} {{ optional($data_items->deleted_at)->format('d-m-Y') ?? '-' }}
@csrf @method('POST')
@csrf @method('DELETE')
@endsection