@extends('layouts.home') @section('title', 'User Survey') @section('content')

My Survey

@foreach($exams as $exam) @endforeach
Survey Name Date Price
{{ $exam->subcat->name }} {{ date('d-F-Y h:i A',strtotime($exam->created_at)) }} {{ $exam->subcat->price }} USD
@endsection