Shop | Note | Date | Time | Status | Actions | |
---|---|---|---|---|---|---|
{{$item->nomor_kamar}} | {{$item->note}} | {{dateFormat($item->date,'d-m-Y')}} | {{dateFormat($item->losttime,'H:i:s')}} | {{$item->status?config('custom.lostfound_status')[$item->status] : ''}} |
@extends(\Auth::user()->role != 40 ? 'layout' : 'layoutfrontdesk') @section('title', 'Guest Lost & Found POS') @section('css') @endsection @section('content')
Shop | Note | Date | Time | Status | Actions | |
---|---|---|---|---|---|---|
{{$item->nomor_kamar}} | {{$item->note}} | {{dateFormat($item->date,'d-m-Y')}} | {{dateFormat($item->losttime,'H:i:s')}} | {{$item->status?config('custom.lostfound_status')[$item->status] : ''}} |