@canany(['hr_manager_hq', 'reycyle_bin']) @extends('adminlte::page') @section('title', config('adminlte.title') . ' | Recycle Bin') @section('content_header')

Recycle Bin

@stop @section('content')
@if (session('success')) @endif @livewire('recycle-bin')
@stop @section('footer')   @stop @endcan