@extends('layouts.app') @section('title', __('party.transaction')) @section('css') @endsection @section('content')
{{ __('app.balance') }} : {{ abs($partyData['balance']) }} {{ $partyData['balance_message'] }}
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.type') }} {{ __('app.date') }} {{ __('app.status') }} {{ __('payment.type') }} {{ __('payment.amount') }} {{ __('app.created_at') }}
@include("modals.transaction.cash-in-hand") @endsection @section('js') @endsection