@extends('theme::layout') @section('title', 'Help Requests') @section('content') @include('theme::_hero_banner', [ 'heroTitle' => 'Help Requests', 'heroSubtitle' => 'Let the community know how they can support you', 'breadcrumbs' => [ ['label' => 'Home', 'url' => route('web.home')], ['label' => 'Help Requests'], ], ])
You need to be logged in to submit a help request.
{{ $item->description }}
@if($item->contact_details)Contact: {{ $item->contact_details }}
@endif {{ $item->created_at->diffForHumans() }}No help requests at this time.
@endforelse