@extends('layouts.admin') @section('content')

REGISTAR NUEVO COLABORADOR PARA PLANILLA

@csrf @include('admin.planillas.forms.create')
@endsection