@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{!! $variables['judul'] !!}

@csrf
@if($errors->has('brand')) {{ $errors->first('brand') }} @endif
@if($errors->has('model_name')) {{ $errors->first('model_name') }} @endif
@foreach($categories ?? [] as $cat)
@if($errors->has('rrp_price')) {{ $errors->first('rrp_price') }} @endif
is_active ?? true) ? 'checked' : '' }}>
Back
@endsection @push('scripts') @endpush