@extends('adminlte::page')
@section('title', config('adminlte.title') . ' | Organogram')
@section('content_header')
@stop
@section('content')
@can('hr_manager_hq')
@endcan
{{-- Search using Select2 & json of users from controller --}}
@stop
@section('footer')
@stop