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

Form Loading Checkin

@csrf
@if(!empty($sn))
@foreach ($sn->product as $prod)
{{ strtoupper($prod->product_name) }} ({{ $count_prod[$i] }})
@foreach ($prod->inventory as $inven)
{{ $inven->serial_number }}
@endforeach
@endforeach
@endif
@if(count($product) > 0)
Voucher Card
@endif
eVoucher
Limit
Saldo
Topup (isi lalu tekan enter)
@if(!empty($ev)) @foreach ($ev->evoucher as $phone)
{{ $phone->msisdn }}
@endforeach @endif @if(count($phone_sales) > 0) @foreach ($phone_sales as $phone)
@endforeach
@endif
Batal @if(!empty($sn) || !empty($ev)) @else @endif
@endsection @push('scripts') @endpush