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

Survey Category

Our All Survey Category

@foreach($category as $c) @endforeach
Survey Name Price Action
{{ $c->name }} @if($c->price != 0) @else @endif Start Survey
{{ $category->links() }}

{{ $singleexam->name }} Category

@if($singleexam->price != 0) @foreach($currency as $cr) @if($singleexam->currency == $cr->id ) {{ $cr->name }}{{ $singleexam->price }} @endif @endforeach @else {{ "Free" }} @endif
{{ $singleexam->name }}

{{ $singleexam->description }}

@endsection