@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

archive {{ $title }}

{{ trans('table.id') }} {{ trans('invoices_payment_log.payment_number') }} {{ trans('invoices_payment_log.agent_name') }} {{ trans('invoices_payment_log.amount') }} {{ trans('invoices_payment_log.invoice_number') }} {{ trans('invoices_payment_log.payment_method') }} {{ trans('invoices_payment_log.payment_date') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop