Room Number | 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 != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Guest Lost & Found') @section('css') @endsection @section('content')
Room Number | 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] : ''}} |