@extends('layouts.admin.layout') @section('content')
| User Name : | {{ $help->user->FullName }} |
| Title : | {{ $help->title }} |
| Description : | {{ $help->description }} |
| Contact details : | {{ $help->contact_details }} |
| Status : | @if ($help->status == 'pending') Pending @elseif($help->status == 'approve') Approved @elseif($help->status == 'reject') Rejected @else Closed @endif |
| Comments : | {{ $help->comments }} |