@include('includes.admin.header') @include('includes.admin.sidebar')

Default Goal Keeper

Default Goal Keeper

{!! Form::open(['class' => 'form-horizontal', 'method' => 'post', 'files' => true]) !!} @if ($errors->any())
{{ implode('', $errors->all(':message')) }}
@endif
@if ($goalKeeper != null) @endif
{!! Form::close() !!}
@include('includes.admin.footer')