@extends("admin/layouts.master-soyuz") @section('title',"Edit Store : $store->name |") @section("body")
store logo

{{ $store->name }}

{{ $store->city->name ?? '' }} {{ $store->state['name'] ?? '' }} {{ $store->country->nicename }}

Edit Store

Back
{{csrf_field()}} {{ method_field('PUT') }}
{{ __('If you did not see store id hit update button to get it.') }}
{{ __('admin.chooseStoreOwner') }}
{{ __('admin.enterStoreName') }}
{{ __('admin.storeEmail') }}
{{ __('admin.gstvatno') }}
{{ __('admin.phoneno') }}
{{ __('admin.mobileno') }}
{{ __('admin.address') }}