@extends('admin.layouts.master-soyuz') @section('title',__('Store Requests | ')) @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Store Requests') }} @endslot @slot('menu1') {{ __('Store Requests') }} @endslot @endcomponent
{{__("All Store Requests")}} ({{ $list }})
# {{__('Store Details')}} {{__("Uploaded Doucments")}}
({{ __("For verification") }})
{{__("Requested at")}} {{__("Action")}}
@endsection @section('custom-script') @endsection