@extends("admin.layouts.sellermaster") @section('title',"Edit Store - $store->name |") @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('staticwords.EditStore') }} @endslot @slot('menu1') {{ __('staticwords.EditStore') }} @endslot @endcomponent
{{ $error}}
@endforeach{{ $store->city['name'] }}, {{ $store->state['name'] }}, {{ $store->country['nicename'] }}
{{__("staticwords.CreatedOn")}} | {{ date('d-M-Y',strtotime($store->created_at)) }} |
---|---|
{{__("staticwords.Owner")}} | {{ $store->user->name }} |
{{__("staticwords.TotalOrders")}} | {{ count($sellerorder) }} |
{{__("staticwords.TotalArtworks")}} | {{ $store->products->count() }} |
{{__("staticwords.Verified")}} |