@extends('admin/layouts/default') @section('title') Payments @parent @stop {{-- page level styles --}} @section('header_styles') @stop @section('content')

{{Lang::get('payment.payment_details')}} ({{isset($currency)? $currency :'' }})

@include('flash::message')

{{Lang::get('payment.application_details')}}

@include('admin.transactions.transaction-partial')
@if(Sentinel::inRole('admin') || Sentinel::hasAccess('workflow.show-documents'))

{{Lang::get('documents.documents')}}

@endif @if(Sentinel::inRole('admin') || Sentinel::hasAccess('workflow.buyers-identifications'))

{{Lang::get('customer.customer_id_documents')}}

@endif @if(Sentinel::inRole('admin') || Sentinel::hasAccess('admin.property-main-partial'))

{{Lang::get('transactions.property_details')}}

@endif

{{Lang::get('payment.sales_invoice')}} ({{$currency}})

@include('admin.transactions.transaction-fee')
@if ($sales_invoice->rounded_total <= 0 && $transaction->service->name == 'Litigation' && $transaction->status== 'Payment 1')
{{ csrf_field() }} id}}>

Print

@else Pay

@endif
@include('admin.invoice.payment-modal') @stop @section('footer_scripts') @stop