@extends('admin.layout.layout') @section('title',__('Stores')) @push('css') @endpush @section('breadcrumbs') @endsection @section('content')
@csrf @method('PUT')

{{ __('Store Owner Info') }}

{{ __('Store Info') }}


{{ __('View') }}

{{ __('View') }}

{{ __('View') }}

{{ __('View') }}

{{ __('View') }}
@endsection @push('scripts') {{-- new --}} @php $country_iso = App\Helpers\CodeHelper::iso($store->owner?->country_code); @endphp @endpush