@extends('backend.layouts.app') @section('title') {{ __($module_title) }} @endsection @section('content')
{{--
@if(auth()->user()->can('add_request_service'))
@endif
--}}
{{-- --}} @if(auth()->user()->hasRole('vendor')) {{ __('messages.new') }} @endif

{{ __('service.lbl_advanced_filter') }}

@endsection @push ('after-styles') @endpush @push ('after-scripts') @endpush