@extends('layouts.admin.master') @section('title', 'Stock-In Reports') @section('content')
Stock-In Reports
{{--
--}}
{{-- --}} @if (count($stock_receive_list) != 0) @foreach ($stock_receive_list as $detail) @endforeach @endif
No Receive Date Receive Voucher Total Amount Remark
{{ $loop->iteration }} {{ date('d-m-Y', strtotime($detail->receive_date)) }} {{ $detail->receive_voucher_number }} {{ number_format($detail->total_amount) }} {{ $detail->remark }}
Total : 0
{{-- --}}
No Receive Date Receive Voucher Item Name Unit Qty Unit Cost Amount Expire Date
Total : 0
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection