@extends('layouts.master') @section('title') @lang('Invoice Payment') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('Invoice Payment') @endslot @slot('title') Create @endslot @endcomponent @include('partials.session')
@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