@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf ID Navision Kode Customer BMU * @if($errors->has('customer_code_bmu')) {{ $errors->first('customer_code_bmu') }} @endif Nama Toko * @if($errors->has('outlet_name')) {{ $errors->first('outlet_name') }} @endif Brand Email @if($errors->has('email')) {{ $errors->first('email') }} @endif Contact Person -- Pilih Kota -- @foreach($cities as $c) city ?? '') === $c->city_name ? 'selected' : '' }}> {{ $c->city_name }} — {{ $c->province_name }} @endforeach Provinsi (otomatis) {{ old('address', $outlet->address ?? '') }} Alamat Password {{ $outlet && $outlet->exists ? '(kosongkan jika tidak diubah)' : '' }} @if($errors->has('password')) {{ $errors->first('password') }} @endif is_active ?? true) ? 'checked' : '' }}> Outlet Aktif Simpan Kembali @endsection @push('scripts') @endpush