@extends('layouts.master') @section('content')
@if($message = Session::get('success'))

Sukses!

{{ $message }}

@endif @foreach($detail as $val) @if($val->qty_del==0 && $val->status=='Delivered') @elseif($val->qty_del<$val->qty && $val->status=='Delivered') @else @endif @endforeach
No Product SN Head SN Awal SN Akhir Order Terkirim Pending Status Action
{{ ++$i }} {{ $val->product }} {{ $val->serial_head }} {{ $val->sn_awal }} {{ $val->sn_akhir }} {{ $val->qty }} {{ $val->qty_del }} {{ $val->qty_rem }}Waiting for DeliveryPartial Delivered{{ $val->status }}
        Total {{ $jumlah }} {{ $jumlah_del }} {{ $jumlah_rem }}    
@if($mut->tm_termohon==$user->id_area && strtolower($mut->termohon) == strtolower($user->name)) Kembali @if($mut->is_approved==0) @elseif($mut->is_approved!=0) @endif @elseif($mut->tm_termohon==$user->id_area && strtolower($mut->termohon) == 'logistik') Kembali @if($mut->is_approved==0) @elseif($mut->is_approved!=0) @endif @elseif($mut->tm_pemohon==$user->id_area) Kembali @elseif($mut->tm_termohon!=$user->id_area || $mut->tm_pemohon!=$user->id_area) Kembali @endif
@endsection @push('modals') @endpush @push('scripts') @endpush