@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
@include('backend.partials.user_profile-menu')
@include('backend.partials.profile_nav')
@include('backend.partials.user_profile-menu')
@include('backend.partials.profile_nav')

Transaction History

@foreach ($transactions as $transaction) @endforeach
{{ _trans('landlord.Trx No') }} {{ _trans('landlord.Date') }} {{ _trans('landlord.Account') }} {{ _trans('landlord.Attachment') }} {{ _trans('landlord.Amount') }} {{ _trans('landlord.Payment Method') }} {{ _trans('landlord.Ref No') }}
{{ $transaction->trx_no }} {{ $transaction->date }} {{ @$transaction->account->name }} {{ @$transaction->attachment->path }} ${{ @$transaction->amount }} {{ $transaction->payment_method }} {{ @$transaction->reference_no }}
@endsection