@extends('layouts.admin') @section('content')
@foreach($listings as $listing) @endforeach
{{__('Report')}}
{{__('Status')}}
{{$listing->title}}
{{$listing->type}}
{{$listing->request}}
@include('admin.partials.table-footer')
@endsection