@extends('web.frontend.layout') @section('content')
{{ __($configurator->name) }}
@switch($configurator->type) @case('medals')
@break @case('shirts')
@break @default Default case... @endswitch
@endsection