@extends('vendor.template.layout') @section('header') @stop @section('content')
@csrf()
Industry Type
*
Select
@foreach ($industry_types as $it)
industry_type==$it->id) selected @endif @endif value="{{ $it->id }}"> {{ $it->name }}
@endforeach;
Store Name
*
Business Email
*
Mobile
*
code
@foreach ($countries as $cnt)
dial_code==$cnt->dial_code) selected @endif @endif value="{{ $cnt->dial_code }}">+{{ $cnt->dial_code }}
@endforeach;
Description
*
@if($id) {{$store->mobile}} @endif
Enter the location or Drag the marker
*
Address Line 1
*
Address Line 2
Country
*
Select
@foreach ($countries as $cnt)
country_id==$cnt->id) selected @endif @endif value="{{ $cnt->id }}"> {{ $cnt->name }}
@endforeach;
State/Province
*
Select
@foreach ($states as $st)
state_id==$st->id) selected @endif @endif value="{{$st->id}}">{{$st->name}}
@endforeach
City
*
Select
@foreach ($cities as $ct)
city_id==$ct->id) selected @endif @endif value="{{$ct->id}}">{{$ct->name}}
@endforeach
Zip
*
Logo
*
logo) src="{{ url($store->logo)}}" @endif>
Upload image with dimension 300x300
Cover Image
*
cover_image) src="{{ url($store->cover_image) }}" @endif>
Upload image with dimension 1024x547
License Number
*
License Document
*
@if($id && $store->license_doc)
View Document
@endif
VAT Cert. Number
*
VAT Cert. Document
*
@if($id && $store->vat_cert_doc)
View Document
@endif
Banner Images
@if($id)
@foreach ($images as $img)
×
@endforeach
@endif
Submit
@stop @section('script') @stop