@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.team.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@foreach(App\Models\Team::TYPE_RADIO as $key => $label)
type) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('type'))
{{ $errors->first('type') }}
@endif {{ trans('cruds.team.fields.type_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.team.fields.name_helper') }}
@endsection