@extends('front.tendra.user.master') @section('user_page')
{{ __('Reference ID') }} | {{ __('Amount') }} | {{ __('Date') }} | {{ __('Export') }} |
---|---|---|---|
{{ $invoice->reference_id }} | {{ $invoice->currency .' '. $invoice->amount }} | {{ $invoice->created_at->format('Y-m-d H:i') }} | @if(config('app.invoice.template', 1) == 1) @else @endif |