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