@extends('adminlte::page') @section('content_header')

Effettua un giroconto/prelievo

@endsection @section('content')
Giroconto
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection