Actions | Name | Project | ||
---|---|---|---|---|
@if (!$system->is_active) | {{ $system->name }} - INACTIVE | @else{{ $system->name }} | @endif @if (!$system->project->is_active){{ $system->project->name }} INACTIVE | @else{{ $system->project->name }} | @endif
@extends('layouts.app', ['activePage' => 'system-management', 'menuParent' => 'laravel', 'titlePage' => __('System Management')]) @section('content')
Actions | Name | Project | ||
---|---|---|---|---|
@if (!$system->is_active) | {{ $system->name }} - INACTIVE | @else{{ $system->name }} | @endif @if (!$system->project->is_active){{ $system->project->name }} INACTIVE | @else{{ $system->project->name }} | @endif