@extends('layouts.master') @section('title', 'Transaction History') @push('styles') @endpush @section('content')
@can('transaction-export')
@endcan @if (auth()->user()->setting->preference == 'Left') @endif @if (auth()->user()->setting->preference == 'Right') @endif
Details# {{ __('Week Of Year/Date') }} {{ __('Username') }} {{ __('Wallet') }} {{ __('Description') }} {{ __('Accumulated Amount') }} {{ __('External Comments') }} {{ __('Internal Comments') }} {{ __('Admin') }} {{ __('Status') }}Details
@endsection @push('scripts') @endpush