@extends('layouts.sidenav') @section('title', $typeName)
@section('content')Title | Description | Create_by | Start_date | End_date | Status | Actions | |
---|---|---|---|---|---|---|---|
{{ $content['title'] }} | {{ $content['description'] }} | {{ $content['author'] }} | {{ $content['start_date'] }} | {{ $content['end_date'] }} | @if ($content['approved'] === 'Y') Approved @else Pending @endif | @if ($content['approved'] === 'Y') @else Edit @endif | |
No content found for this type. |