@extends ('../welcome') @section ('content')
@csrf

Manage TicketTypes

@foreach($ticketTypes as $type)
@if(count($type->tickets) == 0) @endif
@endforeach
@endsection