@extends('layouts.app') @section('content') @push('editEmpleado') @endpush

Nuevo Empleado666

@if(session('Notificacion') > 0){
{{session('Notificacion')}}
@endif @if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif