@extends('layouts.admin.layout') @section('content')

Help Details

@if ($help->status == 'reject') @endif
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 }}
@endsection