Launchpad

@if(($role_id == 1) || in_array(46, $permissions)) @endif
{{-- Success Message --}} @if (session()->has('message'))
{{ session('message') }}
@endif {{-- Search --}}
{{-- Form --}} @if ($formMode)
@error('title') {{ $message }} @enderror
@error('launchpad_url') {{ $message }} @enderror
@endif {{-- View Mode --}} @if ($viewMode && $icoProjectToView)
{{ $icoProjectToView->title }}

launchpad_url: {{ $icoProjectToView->launchpad_url }}

@endif {{-- Table --}} @forelse ($launchpad as $project) @empty @endforelse
Title launchpad_url Actions
{{ $project->title }} {{ $project->launchpad_url }} @if(($role_id == 1) || in_array(47, $permissions)) @endif @if(($role_id == 1) || in_array(48, $permissions)) @endif
No Launchpad found.
{{ $launchpad->links() }}