@extends('layouts.master') @section('title') @lang('Invoice Payment') @endsection @section('content')
@lang('Invoice Payment')
@csrf
  • @lang('Name :') {{$invoice->invoice_to}}
  • @lang('Email :') {{$invoice->email}}
  • @lang('Amount :') {{amount($invoice->final_amount,$invoice->currency->type,2).' '.$invoice->currency->code}}
@endsection