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