@extends('admin.layout.layout')
@section('title',__('Stores'))
@push('css')
@endpush
@section('breadcrumbs')
{{ __('Stores') }}
{{ __('Add Store') }}
@endsection
@section('content')
@endsection
@push('scripts')
{{-- new --}}
@if(app()->getLocale() == 'ar')
@endif
@endpush