@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {{ $variables['judul'] }} @csrf Store * Pilih Store @foreach($variables['stores'] as $store) store_id ?? '') == $store->id ? 'selected' : '' }}> {{ $store->name }} @endforeach Tipe Armada * Pilih Tipe Armada @foreach($variables['armada_types'] as $armadaType) armada_type_id ?? '') == $armadaType->id ? 'selected' : '' }}> {{ $armadaType->name }} @endforeach Tipe * *(Tipe pengiriman DCKP atau DSLK) Pilih Tipe @foreach($variables['types'] as $type) type ?? 'DCKP') == $type ? 'selected' : '' }}> {{ $type }} @endforeach Hari * Pilih Hari @foreach($variables['days'] as $day) day_name ?? '') == $day ? 'selected' : '' }}> {{ $day }} @endforeach Waktu Kedatangan Waktu Keberangkatan H-Minus (Hari) * *(Jumlah hari sebelum pengiriman) Status * status ?? 'Active') == 'Active' ? 'selected' : '' }}>Aktif status ?? '') == 'Inactive' ? 'selected' : '' }}>Nonaktif Simpan Kembali @endsection