@extends('superadmin.layouts.app') @section('content') @php $page_type = app('request')->input('type'); if($page_type==''){ $page_type = 'user'; } @endphp

Report

@if($page_type=='user')
@include('superadmin.reports.tabs')

Filters

User Report List

Full Name Reported by Username Email Id Reason of report Date & Time Status Action

Report

Are you sure want delete is this Report?
@elseif($page_type=='feed')
@include('superadmin.reports.tabs')

Filters

Feed Report List

Full Name Reported by Username Email Id Feeds Reason of report Created Date & Time Status Action

Report

Are you sure want delete is this Report?
@elseif($page_type=='chat')
@include('superadmin.reports.tabs')

Filters

Chat Report List

Full Name Reported by Username Email Created Date & Time Top Chats Action

Report

Are you sure want delete is this Report?
@endif
@endsection @section('script') @endsection