@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Receiving List') @section('css') @endsection @section('content')
@if (!$receiving->isEmpty()) @foreach($receiving as $receive) @endforeach @endif
Receiving Date Department Document No Type Created By Time Actions
{{ dateFormat(@$receive->receiving_date,'d-m-Y') }} {{ @$receive->department->name }} {{ @$receive->document_no }} {{ config('custom.receiving_type.' . @$receive->type) }} {{ @$receive->user->nama }} {{ dateFormat(@$receive->transaction_time, 'd-m-Y H:i:s') }}
@endsection @section('js') @endsection