@extends('backend.layouts.app') @section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection @push('after-styles') @endpush @section('content')
@can('add_' . $module_name) {{ __('messages.new') }} @endcan

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

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