@extends('layouts.app') @section('title', 'Reclutadores') @section('pagename', 'Reclutadores') @section('content')
Registrar Reclutador
@if (session('status')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Ingresa los datos del reclutador y luego darle click a registrar.

@csrf
@endsection