@extends('layouts.app')
@section('title', __('store.stores'))
@section('content')
@component('components.widget', ['class' => 'box-primary', 'title' => __( 'store.all_your_stores' )])
@slot('tool')
@endslot
| @lang( 'store.name' ) |
{{-- @lang( 'lang_v1.location_id' ) | --}}
@lang( 'store.email' ) |
@lang( 'store.mobile' ) |
@lang( 'store.landmark' ) |
@lang( 'store.address_line_one' ) |
@lang( 'store.address_line_two' ) |
@lang( 'store.city' ) |
@lang( 'store.zip_code' ) |
@lang( 'store.state' ) |
@lang( 'store.country' ) |
@lang( 'messages.action' ) |
@endcomponent
@endsection
@section('javascript')
@endsection