@extends('layouts.app') @section('content')

Add Fund

@csrf @honeypot
Current Balance
Amount *
@error('amount') {{ $message }} @enderror
@endsection @section('page_script') @parent @endsection