@extends('layouts.app') @section('content')

Select Contest Type

@foreach($types as $type)

{{ $type->name }}

@endforeach
@endsection