@extends('admin.layouts.master') @section('title', 'Leave & Permissions') @push('styles') @endpush @section('content')

Leave & Permissions

Review and manage employee time-off requests.

@livewire('admin.leave.leave-manager')
@endsection @push('scripts') @endpush