@extends('front.layout.app') @section('content')
@if(isset($department))

{{ $department->department_name }}

@if(isset($proByCat)) @if(count($proByCat) > 0)
@else

No Projects in this category

@endif @elseif(isset($procurements)) @if(count($procurements) > 0)
@else

No Services in this category

@endif @elseif(isset($orgByCat)) @if(count($orgByCat) > 0)
@else

No Services in this category

@endif @endif @endif
@endsection