@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('Payments') }} >> {{ sprintf("%04d", $payment_info->id) }}
@if (isset($payment_info->transactionReference->transactions[0]->account->name)) @else @endif
@forelse($files as $file)

@empty @endforelse
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif, docx, xls, xlsx, csv and pdf') }}
{{ __('Cancel') }}
@endsection @section('js') @endsection