@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') Semua Store @foreach($variables['stores'] as $store) {{ $store->name }} @endforeach Semua Tipe Dokumen @foreach($variables['document_types'] as $key => $label) {{ $key }} @endforeach Tambah Format No Store Tipe Dokumen Pola Format Preview Nomor Berikutnya Counter Saat Ini Periode Reset Status Aksi Tes Pembuatan Nomor Cepat Store Pilih Store @foreach($variables['stores'] as $store) {{ $store->name }} @endforeach Tipe Dokumen Pilih Tipe Dokumen @foreach($variables['document_types'] as $key => $label) {{ $key }} @endforeach Buat Nomor Nomor yang Dibuat: @endsection