@extends('layouts.master') @section('content')

Form Pengambilan Card Baru

@if($message = Session::get('error'))
Whoopss!  Ada error ketika input.
  • {{ $message }}
@endif
@if(count($arr_delivery) > 0)

Tanggal Pengambilan Product

@foreach($arr_delivery as $key => $val) @if(count($val) > 1) @for($i=0;$i @else @endif @endfor @else @for($i=0;$i @endfor @endif @endforeach
No Tanggal Product Serial Number Awal Serial Number Akhir Jumlah Penerima Logistik
{{ $no }} {{ $key }} {{ $val[$i]['product'] }} {{ $val[$i]['sn_start'] }} {{ $val[$i]['sn_end'] }} {{ $val[$i]['quantity'] }} {{ $val[$i]['penerima'] }} {{ $val[$i]['pemberi'] }}
{{ $no }} {{ $val[$i]['product'] }} {{ $val[$i]['sn_start'] }} {{ $val[$i]['sn_end'] }} {{ $val[$i]['quantity'] }} {{ $val[$i]['penerima'] }} {{ $val[$i]['pemberi'] }}
{{ $no }} {{ $key }} {{ $val[$i]['product'] }} {{ $val[$i]['sn_start'] }} {{ $val[$i]['sn_end'] }} {{ $val[$i]['quantity'] }} {{ $val[$i]['penerima'] }} {{ $val[$i]['pemberi'] }}
@endif
@csrf
@foreach($wovc as $val) @endforeach
  {{ $val['product_name'] }}
Batal
@endsection @push('scripts') @endpush