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

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

@csrf
id ? 'readonly' : '' }}> Kode toko unik (maks 20 karakter) @if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('pic')) {{ $errors->first('pic') }} @endif
@if ($errors->has('pic_phone')) {{ $errors->first('pic_phone') }} @endif
@if ($errors->has('pic_email')) {{ $errors->first('pic_email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
Kembali
@endsection