@extends('admin.layout.layout')
@section('title',__('Stores'))
@push('css')
@endpush
@section('breadcrumbs')
{{ __('Stores') }}
{{ __('Edit Store') }}
@endsection
@section('content')
@endsection
@push('scripts')
{{-- new --}}
@php
$country_iso = App\Helpers\CodeHelper::iso($store->owner?->country_code);
@endphp
@endpush