@extends('layouts.dashboard') @section('content')
@include('employee-leave.employee', ['employee' => $employee, 'year' => $year, 'month' => $month])
@endsection @push('scripts') @endpush