| Display Merchant Id * |
|
| Name * |
|
| Phone Number * |
|
| Address * |
|
| Grade * |
|
| Limited Credit * |
|
| Choose your city * |
@if ($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif
|
| Choose your township * |
|
| Is Priority * |
|
| Is Asc * |
|
| Latitude * |
|
| Longitude * |
|
{{-- @if ($merchant->is_asc == 0 && $errors->first('longitude') || $merchant->is_asc == 0 && $errors->first('latitude'))
| Latitude * |
|
| Longitude * |
|
@endif --}}
{{-- @if ($merchant->is_asc == 1)
| Latitude * |
|
| Longitude * |
|
@endif --}}
| Image * |
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
|
| Merchant Images |
@forelse ($merchant->images as $image)
@empty
No Image Found!
@endforelse
|