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

medQ Test

@csrf @method('DELETE')
@foreach($kyh as $key => $t) @endforeach
# Customer Details Contact Test Status
{{$key+1}} {{$t->name}}
{{$t->gender}} {{$t->age}} {{$t->comany}}
{{$t->phone}} {{$t->test}}
@endsection @push('scripts') @endpush