@foreach($this->getStatuses() as $status)
@include('partials.kanban.status')
@endforeach
@push('scripts')
@endpush
@else
{{ __('No active sprint for this project!') }}
@if(auth()->user()->can('update', $project))
{{ __("Click the below button to manage project's sprints") }}
{{ __('Manage sprints') }}
@else
{{ __("If you think a sprint should be started, please contact an administrator") }}
@endif
@endif