@extends('layouts.core.frontend', [ 'menu' => '', ]) @section('title', trans('messages.balance.your_balance')) @section('page_header')

payments {{ trans('messages.checkout.cart') }}

@endsection @section('content') @include('checkout._steps', [ 'step' => 'cart', ])

payments

{{ format_price($invoice->subTotal(), $invoice->currency->format) }}

{!! $invoice->description !!}

@endsection