@extends('user.layout.report_layout') @section('report_body')
@component('components.project_headline') @endcomponent

ক্রেতা লেজার

ক্রেতার নাম : {{$kreta->name}}

ক্রেতার ঠিকানা : {{$kreta->address}}

ক্রেতার এরিয়া : {{$kreta->area}}

ক্রেতার মোবাইল : {{$kreta->mobile}}

তারিখ শুরু : {{$request->date_from}}

তারিখ শেষ : {{$request->date_to}}

@php $total = 0; $total_joma = 0; $total_khoroc = 0; @endphp @if($total_due) @endif @if($record) @foreach($record as $data) @php if($data['table'] == 1) { $total_khoroc += $data['khoroc']; } else { $total_joma += $data['joma']; } @endphp @if($data['table'] == 1) @else @endif @if($data['table'] != 1) @else @endif @endforeach @endif
তারিখ ইনভয়েস পেমেন্টের মাধ্যম মারফত জমা খরচ মোট টাকা
সাবেক পাওনা : {{number_format($total += $total_due),2}}
{{ $data['entry_date'] }}{{ $data['id'] }}{{ $data['id'] }}{{ $data['payment'] }} {{ $data['marfot'] }} {{ $data['joma'] }} {{ $data['khoroc'] }}{{ number_format($total -= round($data['joma'], 2), 2) }}{{ number_format($total += round($data['khoroc'], 2), 2) }}
মোট {{number_format($total_joma,2)}} {{number_format($total_khoroc,2)}}
@endsection