@extends('admin.layouts.app') @section('title', 'Preview Batch #' . $batch->id) @section('page-title', 'Preview Batch #' . $batch->id) @section('page-title-jp', '試験バッチ プレビュー') @section('content') @php $statusLabels = ['draft' => 'Draft', 'active' => 'Aktif', 'archived' => 'Arsip']; $statusColors = ['draft' => 'badge-warning', 'active' => 'badge-success', 'archived' => 'badge-gray']; @endphp
{{-- Batch info header --}}