@extends('admin.layouts.master-soyuz') @section('title',__('All Stores |')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('All Stores') }} @endslot @slot('menu2') {{ __("Stores") }} @endslot @slot('button')
@can('stores.create') {{ __('Add Store') }} @endcan
@endslot ​ @endcomponent
{{ __('All Stores') }}
{{ __('ID') }} {{ __('Store Logo') }} {{ __('Store Details') }} {{ __('Owner') }} {{ __('Status') }} {{ __('Store Request Accepted ?') }} {{ __('Request For Delete') }} {{ __('Action') }}
@endsection @section('custom-script') @endsection