@extends('admin.layout.master')
@section('css')
@endsection
@section('content')
@endsection
@section('js')
{{-- filter script --}}
@include('admin.shared.filter_js' , [ 'index_route' => route('admin.provider_update_requests.index')])
{{-- filter script --}}
@endsection