@extends('layouts.dashboard_layout') @section('title', 'Nuevo usuario') @section('body-class', 'acta-reunion') @section('content')
@csrf
Imagen de perfil
@error('email')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection