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

{{ $subtitle }}

@stop @section('content')
@if (session('success')) @endif
@foreach ($leavetypes as $type) @if (!empty($type->id)) @endif @endforeach
# Leave Type Actions
{{ $type->id }} {{ $type->leave_type }}
@stop @section('footer')   @stop @endcan