@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Sl # | Name | Branch | Department | Start date | End date | Description | Status |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $project->name }} | @isset($project->branch->name) {{ $project->branch->name }} @endisset | @isset($project->department->dep_name) {{ $project->department->dep_name }} @endisset | {{ $project->start_date }} | {{ $project->end_date }} | {{ $project->description }} | @if($project->status == 0) Inactive @else Active @endif |