@extends('admin.template.layout') @section('header') @stop @section('content')
@csrf()

logo) src="{{ asset($store->logo) }}" @endif>

Upload image with dimension 300x300

cover_image) src="{{ asset($store->cover_image) }}" @endif>

Upload image with dimension 1024x547

@if($id && $store->license_doc) View Document @endif

@if($id && $store->vat_cert_doc) View Document @endif
@if($id)
@foreach ($images as $img)
×
@endforeach
@endif
@stop @section('script') @stop