@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Status - Department
{{-- --}}
@foreach ($departments as $department) @endforeach
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
@endsection @push('custom_css') @endpush @push('custom_js') @endpush