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

{{ $subtitle }}

@stop @section('content')
@if (session('success')) @endif
@foreach ($divisions as $division) @if (!empty($division->id)) @endif @endforeach
# Division Actions
{{ $division->id }} {{ $division->divisionname }}
@stop @section('footer')   @stop @endcan