@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', __('Project\'s Flowchart')) @section('content') @if ($errors->any())
| # | {{ __('Title') }} | {{ __('Project') }} | {{--{{ __('Ref. No.') }} | --}}{{ __('Actions') }} |
|---|---|---|---|---|
| {{ $index + $flowcharts->firstItem() }} | {{ $flowchart->title }} |
{{ strtoupper($flowchart->project->ref_no ?? '-') }}
{{-- @if ($project->is_registration)
Registered
@endif --}}
{{ strtoupper($flowchart->project->description ?? '-') }}
|
|
No flowcharts found.
@endif