@extends('frontend') @section('stylesheet') @endsection @section('content')

กรอกข้อมูลเพื่อลงทะเบียน {!! isOnline($user->store) ? 'ONLINE | '. dateSlat( $user->store->online_start ).' - '. dateSlat( $user->store->online_end ) : 'OFFLINE' !!} {{-- OFFLINE --}}

ข้อมูลส่วนบุคคล (สำหรับติดต่อ)
{{-- --}}
@if ($errors->any() ) {{ $errors->first() }} @endif
ข้อมูลร้านค้า
store->open_day == 0 ? 'checked' : '' }}/> เปิดทุกวัน
store->open_day == 1 ? 'checked' : '' }} /> ระบุวันเปิด
@php $opened = $user->store->store_time; $days = $opened ? explode(',',$opened->open_days) : []; @endphp
เปิดทุกวัน
เวลาเปิด - ปิด : {{ $user->store->store_time ? $user->store->store_time->open_time : '' }} - {{ $user->store->store_time ? $user->store->store_time->close_time : '' }}

{{--
@php $tags = explode(',', $user->store->tags ); @endphp @if ($tags)
    @foreach ($tags as $idx => $tag)
  • {{ $tag }}
  • @endforeach
@endif
--}} {{-- --}} {{-- --}}
0/100
store->product_type == 1 ? 'checked' : '' }} /> มือหนึ่ง
store->product_type == 2 ? 'checked' : '' }} /> มือสอง
0/100
@php $facilities = explode(',', $user->store->facilities); @endphp
@php $social = json_decode( $user->store->socials ); // printr($social->tiktok); @endphp
อัพโหลดรูปภาพ (ขนาดไฟล์ไม่เกิน 1 MB/รูป, อัพโหลดได้ไม่เกิน 10 รูป)
@if (count($user->store->images ) > 0)
    @foreach ($user->store->images as $image)
  • @endforeach
@endif
อัพโหลดแล้ว {{ count($user->store->images ) }} รูป

ติดต่อสอบถาม
สอบถามปัญหาการลงทะเบียน จันทร์-ศุกร์ 09.00 - 17.00 น.
id Line : @meedeelaetook
{{--
id Line : mgbestautosales
--}}
ลิงค์แอดไลน์ : https://lin.ee/KOnHR2W
@endsection @section('modals') @include('frontend.modals.policy') @include('frontend.modals.register-success') @include('frontend.modals.shop-update', ['modify' => $modify]) @endsection @section('src-javascript') @endsection @section('javascript') @if ( $modify ) @endif @if (session('status') == 'success' || $user->store ) @endif @endsection