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