@canany(['hr_manager_hq', 'departments']) @extends('adminlte::page') @section('title', $title) @section('content_header')

{{ $subtitle }}

@stop @section('content')
@if (session('success')) @endif
@foreach ($departments as $department) @if (!empty($department->id)) @endif @endforeach
# Departments Actions
{{ $department->id }} {{ $department->departmentname }}
@stop @section('footer')   @stop @endcan