@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Kode Store * id ? 'readonly' : '' }}> Kode toko unik (maks 20 karakter) @if ($errors->has('code')) {{ $errors->first('code') }} @endif Nama * @if ($errors->has('name')) {{ $errors->first('name') }} @endif Penanggung Jawab @if ($errors->has('pic')) {{ $errors->first('pic') }} @endif Telepon PJ @if ($errors->has('pic_phone')) {{ $errors->first('pic_phone') }} @endif Email PJ @if ($errors->has('pic_email')) {{ $errors->first('pic_email') }} @endif Alamat @if ($errors->has('address')) {{ $errors->first('address') }} @endif Simpan Kembali @endsection