Edit Team

{{ Form::open(['role' => 'form', 'id' => 'TeamEditForm', 'route' => ['Team.edit', base64_encode(serialize($series->id))], 'files' => true]) }}
{{ $errors->first('team') }}
{{ $errors->first('short_name') }}
{{ $errors->first('team_key') }}
{{ $errors->first('logo') }}
@php $logoPath = public_path('uploads/teams/' . $series->logo); @endphp @if($series->logo != "" && file_exists($logoPath)) @else @endif
{{ Form::close() }}