@extends('layouts.app') @section('content')
Definir PIN
{{-- {{dd($errors)}} --}}
{{-- @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif --}}
@csrf {{--
--}}
@if ($errors->has('new_pin')) {{ $errors->first('new_pin') }} @endif
@if ($errors->has('confirm_new_pin')) {{ $errors->first('confirm_new_pin') }} @endif
@endsection