@extends("admin.template.layout") @section("header") @stop @section("content")
@foreach($list as $datarow) @endforeach
# Reported By User Problem Reason Reported On
{{$i}} {{$datarow->user->name}} {{$datarow->report_user->name}} {{$datarow->reason}} {{report_user_problem($datarow->problem_id)}} {{web_date_in_timezone($datarow->created_at,'d-M-Y h:i A')}}
@stop @section("script") @stop