@extends('layouts.app')
@section('title')
{{ __('messages.reported_user') }}
@endsection
@section('page_title')
{{$page_title}}
@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