@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{{ $variables['judul'] }}

@if($spbs->isEmpty())
Tidak ada SPB yang diajukan untuk pembatalan.
@else
@foreach($spbs as $index => $spb) @endforeach
All No Nomor SPB Store Tipe Total Item Alasan Pembatalan Diajukan Oleh Tanggal Pengajuan Aksi
{{ $index + 1 }} {{ $spb->spb_number }} {{ $spb->store->name ?? '-' }} {{ $spb->request_type }} {{ $spb->details->count() }} items {{ $spb->cancellation_reason }} {{ $spb->modificator->fullname ?? '-' }} {{ $spb->updated_at->format('d M Y H:i') }}
@endif
@endsection