@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {{ $variables['judul'] }} @csrf Kode *({{ $data->id > 0 ? 'Kode tidak dapat diubah' : 'Otomatis dibuat jika kosong' }}) id > 0 ? 'readonly' : '' }} maxlength="20"> Nama * Deskripsi {{ old('description', $data->description ?? '') }} is_active ?? true) ? 'checked' : '' }}> Aktif - Aktifkan tipe penjualan ini Simpan Kembali @endsection