@extends('layouts.app') @section('title') {{ __('messages.reported_user') }} @endsection @section('page_title') {{$page_title}} @endsection @section('content')

{{$page_title}}

{!!Form::select('is_active', \App\Models\ReportedUser::IS_ACTIVE_FILTER_ARRAY, null, ['id' => 'isActiveFilter', 'class'=>'form-control','placeholder' => __('messages.placeholder.select_status'), 'style'=>'min-width:150px;']) !!}
@include('flash::message') @include('reported_users.table')
@include('reported_users.show') @include('reported_users.templates.template')
@endsection @section('page_js') @endsection @section('scripts') @endsection