@extends('layouts.app') @section('title') {{ __('messages.reported_user') }} @endsection @section('page_css') @endsection @section('css') @endsection @section('content')
@include('flash::message')
@include('reported_users.table')
@include('reported_users.show') @include('reported_users.templates.template')
@endsection @section('page_js') @endsection @section('scripts') @endsection