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

Form Loading Checkin

@csrf
@if(!empty($sn))
@foreach ($sn->product as $prod)
{{ strtoupper($prod->product_name)}} ({{ count($prod->inventory) }})
@foreach ($prod->inventory as $inven)
- {{ $inven->serial_number }}
@endforeach
@endforeach
@endif
@if(count($product) > 0)
Voucher Card
@endif
eVoucher
Limit
Saldo
Topup
@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
@endsection