@if($collection->parent()->exists())
BACK
@else
BACK
@endif
{!! Form::model($collection, ['method' => 'PATCH', 'route' => ['settings.collection.update', $collection->id], 'class' =>
'pure-form pure-form-aligned']) !!}
@include('errors._errors')
{!! Form::close() !!}
@endsection