@extends('admin.layout.master') @section('css') @endsection @section('content')
{{-- {{ __('admin.export') }} --}}
@endsection @section('js') {{-- delete one script --}} @include('admin.shared.deleteOne') {{-- delete one script --}} {{-- filter script --}} @include('admin.shared.filter_js' , [ 'index_route' => route('admin.provider_requests.index')]) {{-- filter script --}} {{-- Refuse Modal --}} {{-- Refuse Modal --}} @endsection