@extends('layouts.master') @section('contain')

Help And Support

{{-- --}}
{{--
Data table example
--}}
{{-- --}} @php $num = 1; @endphp @foreach ($Hdata as $hData) {{-- --}} @endforeach
S.No Name Email Phone User Type Subject MessageStatusAction
{{ $num++}} {{ $hData->user->full_name??""}} {{ $hData->user->email??""}} {{ $hData->user->phone??""}} {{ $hData->user->user_type??""}} {{ $hData->subject??""}} {{ $hData->message??""}}{{ $hData->status??""}} @if ($hData->user_type != "admin") {{-- --}} {{-- --}}
@csrf @method('DELETE')
@else Not Modify @endif
@endsection