{{-- Success Message --}} @if (session()->has('message'))
{{ session('message') }}
@endif {{-- Form --}} @if ($formMode)
@error('title') {{ $message }} @enderror
@error('is_active') {{ $message }} @enderror
@endif {{-- View Mode --}} @if ($viewMode && $icoProjectToView)
{{ $icoProjectToView->title }}

Is Active: {{ $icoProjectToView->is_active ? 'Yes' : 'No' }}

@endif
ICO Projects Types
@if(($role_id == 1) || in_array(41, $permissions)) @endif
{{-- Table --}} @forelse ($icoProjectTypes as $project) @empty @endforelse
Title Actions
{{ $project->title }}
@if(($role_id == 1) || in_array(42, $permissions)) @endif @if(($role_id == 1) || in_array(43, $permissions)) @endif @if(($role_id == 1) || in_array(45, $permissions)) @endif @if(($role_id == 1) || in_array(44, $permissions)) @endif
No ICO Projects found.
{{ $icoProjectTypes->links() }}