{{-- Flash Message --}}
@if (session()->has('message'))
@endif
{{-- ------------------------------ --}}
{{-- VIEW MODE --}}
{{-- ------------------------------ --}}
@if($viewMode)
@endif
{{-- ------------------------------ --}}
{{-- LIST TABLE --}}
{{-- ------------------------------ --}}
@if(!$formMode && !$viewMode)
@endif
{{ session('message') }}
@endif
{{-- Add Button (visible in list mode only) --}}
@if(($role_id == 1) || in_array(35, $permissions))
@if(!$formMode && !$viewMode)
@endif
@endif
@if($formMode)
{{ $updateMode ? 'Edit ICO Blockchain' : 'Add ICO Blockchain' }}
CloseView ICO Blockchain
{{ $icoProjectToView->slug }}
{{ $icoProjectToView->title }}
{{ $icoProjectToView->is_active ? 'Yes' : 'No' }}
ICO Projects
{{-- Filters --}}
{{-- Table --}}
{{-- Pagination --}}
| Title | Slug | Actions | |
|---|---|---|---|
| {{ $project->title }} | {{ $project->slug }} | ||
| No records found | |||
{{ $icoProjects->links() }}