@extends('layouts.admin') @section('content')

Orders Complaints Page

@foreach ($order_reports as $item) @endforeach
Complainant Email Complaint Action Image Proof
{{$item->user->name}} {{$item->user->middle_name}} {{$item->user->last_name}} {{$item->user->email}} {{$item->reason}}
@endsection