@extends('admin.layouts.master-soyuz')
@section('title',__('All Stores |'))
@section('body')
@include('admin.layouts.topbar',$data)
| {{ __('ID') }} |
{{ __('Store Logo') }} |
{{ __('Store Details') }} |
{{ __('Owner') }} |
{{ __('Status') }} |
{{ __('Store Request Accepted ?') }} |
{{ __('Request For Delete') }} |
{{ __('Action') }} |
@endsection
@section('custom-script')
@endsection