@extends('layouts.master-admin') @section('title', 'Tạo cửa hàng') @section('content') @include('components.content-header', [ 'title' => 'Tạo cửa hàng', 'parents' => [ 'shops.index' => 'Danh sách cửa hàng' ] ]) @csrf Quay về Làm mới Lưu Tài khoản (*) @error('username') {{ $message }} @enderror Mật khẩu (*) @error('password') {{ $message }} @enderror Xác nhận (*) @error('password_confirmation') {{ $message }} @enderror Tên cửa hàng (*) @error('name') {{ $message }} @enderror Điện thoại (*) @error('phone') {{ $message }} @enderror Địa chỉ (*) @error('address') {{ $message }} @enderror Tỉnh / thành phố @if (isset($provinces)) @foreach ($provinces as $province) {{ $province->name }} @endforeach @endif Quận / huyện Phường / xã Vĩ độ Kinh độ {{-- --}} {{-- --}} {{-- --}} {{-- Tìm tọa độ trên map--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Google map--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('script') {{----}} {{----}} @endsection