{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

{{ config('global.participanttype') }}

@foreach ($apparatus as $row) @if($row->apparatus == $judge[0]->apid)
{{ $row->aname}}
@php $cats= App\Http\Controllers\EventController::getcategory($row->eventmodel_id); @endphp
@foreach ($cats as $cat) @if($cat['categoryname'] == 'Category C') @else @endif @endforeach
@endif @endforeach
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection