@extends('../layouts/partials/header') @section('content')

TABLERO DE CONTROL

Los campos marcados con (*) son mandatorios.
@csrf
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
/
@endsection @extends('../layouts/partials/footer')