@csrf @if($errors->any()) {!! implode('', $errors->all('')) !!} @endif
@if(isset($selfcollection) && $selfcollection->timeslots)
@include('dashboard.selfcollections.edit_time_slot') @else
@endif
Back