@foreach($reports as $report) @endforeach
Title Generated by Action
Custom Report ({{date('d/m/Y H:i',strtotime($report->created_at))}}) {{\App\Models\Contact::getContactInfo($report->user_id)}} {!! Form::open(['url' => ["custom-reports/$report->id"], 'method' => 'delete']) !!}
{!! Form::close() !!}