@extends('client.layout') @section('title') {{ translate('dashboard') }} @endsection @section('content')
{{translate('collection date')}} | {{translate('method')}} | {{translate('amount')}} |
---|---|---|
{{$key->date}} | @if(!empty($key->loan_repayment_method)) {{$key->loan_repayment_method->name}} @endif | {{currency_converter($key->credit)}} |