@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Brand @if($errors->has('brand')) {{ $errors->first('brand') }} @endif Model Name @if($errors->has('model_name')) {{ $errors->first('model_name') }} @endif Category @foreach($categories ?? [] as $cat) @endforeach RRP Price (Rp) @if($errors->has('rrp_price')) {{ $errors->first('rrp_price') }} @endif {{ old('description', $data->description ?? '') }} Deskripsi is_active ?? true) ? 'checked' : '' }}> Aktif Save Back @endsection @push('scripts') @endpush