@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Kode BMU @if($errors->has('customer_code_bmu')) {{ $errors->first('customer_code_bmu') }} @endif Nama Dealer @if($errors->has('dealer_name')) {{ $errors->first('dealer_name') }} @endif Account Group Brand id ? '' : 'required' }}> Password {{ $data->id ? '(kosongkan jika tidak diubah)' : '' }} @if($errors->has('password')) {{ $errors->first('password') }} @endif Email @if($errors->has('email')) {{ $errors->first('email') }} @endif Contact Person Nomor HP -- Pilih Kota -- @foreach($cities as $c) city ?? '') === $c->city_name ? 'selected' : '' }}> {{ $c->city_name }} — {{ $c->province_name }} @endforeach Kota Provinsi (otomatis) {{ old('address', $data->address ?? '') }} Alamat is_active ?? true) ? 'checked' : '' }}> Aktif Save Back @endsection @push('scripts') @endpush