@extends('dashboard.layouts.subsidiary') @section('title', __('trans.payment-confirmation')) @section('content')

{{ __('trans.payment-confirmation') }}

{{ __('trans.amount-to-pay') }}: ${{ number_format($package->price, 2) }}

@endsection @section('js') @endsection