@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent @if(session('message'))
Sl # | Project | Branch | Business | Description | Budget | Status | Actions |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $project->name }} | {{ optional($project->branch)->name ?? 'no data' }} | {{ optional($project->business)->name ?? 'no data' }} | {{ $project->description}} | @isset($project->budget) {{ $project->budget}} @endisset | status ? 'checked' : '' }}> @if ($project->end_date < now()) @else View Expense @endif |