@extends('layout') @section('content')

Top up account

Enter your email and the amount of money you want to add

@if($errors->any()) @endif
{{csrf_field()}}
@if($errors->has('email')) has-danger @endif has('email')) is-invalid @endif> @error('email')
Please enter a valid email address for shipping updates.
@enderror
@if($errors->has('num')) has-danger @endif has('num')) is-invalid @endif> @error('num')
Enter the number.
@enderror

@endsection