@extends('layouts.master') @section('title', __('Transactions')) @push('styles') @endpush @section('content')
@if (auth()->user()->setting->preference == "Left") @endif @if (auth()->user()->setting->preference == "Right") @endif
{{ __('Details')}}# {{ __('Week of year')}} {{ __('Action') }} {{ __('Wallet') }} {{ __('Description') }} {{ __('Amount') }} {{ __('Status') }} {{ __('Details')}}
@endsection @push('scripts') @endpush