@extends('adminlte::page') @section('title', env('APP_NAME') . ' - Programar Vacaciones') @section('plugins.Select2', true) @section('plugins.Sweetalert2', true) @section('content_header')

Programar Vacaciones

@stop @section('content')

Nueva Programación de Vacaciones

@if(session('error')) @endif @if($errors->any()) @endif
@csrf

Información General

@error('anio') {{ $message }} @enderror

Colaboradores con Vacaciones

# Colaborador Fecha Inicio * Fecha Fin * Observación Acciones
Total de registros: 0
Cancelar
@stop @section('css') @stop @section('js') @stop