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

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

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