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

Appointment Dispute

{{-- --}}
{{--
Data table example
--}}
{{-- --}} @php $num = 1; @endphp @foreach ($Hdata as $hData) {{-- --}} @endforeach
S.No Name Appointment Detail Phone MessageStatusAction
{{ $num++}} {{ $hData->full_name??""}} Go {{ $hData->phone??""}} {{ $hData->complain??""}}{{ $hData->status??""}} @if ($hData->user_type != "admin") {{-- --}} {{-- --}} {{-- --}}
@csrf @method('DELETE')
@else Not Modify @endif
@endsection