@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk') @section('title', 'Direct Consume | create') @section('content')
@csrf
{{--
--}}

Direct Consume Items

{{-- --}} @php $idx = 0; $total_amount = 0; @endphp @foreach ($receiving->receiving_details as $key=>$item) {{-- --}} @php $idx++; @endphp @endforeach
ArtNoItem Quantity Unit-Price Amount Supplier AccountNo for Payment Payment Type Description AccountNo for Expense *
{{@$item->stock->article_no}}
{{@$item->stock->description}}
{{ $item->stock ? @$item->stock->deliveryUnit->description : ''}}
@if ($item->payment_type == 1) AP @else Cash @endif
{{$item->remark ?? '-'}}
Total : 0
Back
@endsection @section('js') @endsection