@extends('layouts.home') @section('title', 'Exam category') @section('content')
Survey Name | Price | Action |
{{ $c->name }} | @if($c->price != 0) @foreach($currency as $cr) @if($c->currency == $cr->id ) {{ $cr->name }} {{ $c->price }} @endif @endforeach @else {{ "Free" }} @endif | Start Survey |