@extends('layouts.app') @section('title', $title) @section('content')

{{ $title }}

@include('flash::message')
@lang('labels.your_balance')
{{ csrf_field() }}
{{ $currency }}
@include('partials._replenishmentHistory')
@endsection @push('scripts') @endpush