{{ __('Projects') }}
| # | Image | Name | Status | Launch Status | Asset Type | Documents | Actions |
|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | @if ($project->image)
No image uploaded @endif |
{{ $project->name }} | {{ $project->status }} | @if($project->launching_soon) Launched @else Launching Soon @endif | {{ $project->asset_type }} |
@if($project->term_condition_url)
📄 Terms
@else
@endif
@if($project->balance_sheet_url)
📊 Sheet
@else
@endif
|
View Edit |