@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

{{ $ad->title }}

@lang('app.total_founds') {{ $reports->total() }}

@endif @include('admin.flash_msg')
@if($reports->total() > 0) @foreach($reports as $report) @endforeach
@lang('app.reason') @lang('app.email') @lang('app.message') @lang('app.ad_info')
{{ $report->reason }} {{ $report->email }} {{ $report->message }}

@lang('app.date_time'): {{ $report->posting_datetime() }}

@lang('app.view_ad')
@endif {!! $reports->links() !!}
@endsection @section('page-js') @endsection