Launchpad

{{-- 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 }}
No Launchpad found.
{{ $launchpad->links() }}