@extends('layouts.customer.public_view')
@section('title', $invoice->number)
@section('content')
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@lang('form.payment_for') @lang('form.invoice')
{{ $invoice->number }}
@yield('payment_gateway_checkout_page')
@endsection