@extends('frontend.master') @section('right')
ট্যাক্স আদায় যাচাই
হোল্ডিং নং {{ $tax->taxCollection->holding_no }}
করদাতার আইডি {{ $tax->taxCollection->holdingServe->unique_id }}
কর দাতার নাম @if($tax->taxCollection->holdingServe->holding_type == 1) {{ $tax->taxCollection->holdingServe->holding_won_name }} @elseif($tax->taxCollection->holdingServe->holding_type == 2) {{ $tax->taxCollection->holdingServe->institution_name }} @endif
@if($tax->taxCollection->holdingServe->holding_type == 2) প্রতিষ্ঠান প্রধানের নাম @else @if($tax->taxCollection->holdingServe->guardian_type == 'পিতা') পিতার @else স্বামীর @endif নাম @endif @if($tax->taxCollection->holdingServe->holding_type == 2) {{ $tax->taxCollection->holdingServe->institution_head }} @else {{ $tax->taxCollection->holdingServe->husband_or_father }} @endif
ওয়ার্ড নম্বর {{ $tax->taxCollection->word_no }}
বিলের ঠিকানা {{ $tax->taxCollection->holdingServe->address }}
করদাতার ধরণ {{ $tax->taxCollection->holdingServe->holding_type == 1 ? 'ব্যক্তি মালিকানা' : 'প্রতিষ্ঠান' }}
আদায় {{ $tax->total_pay_bill }}
আদায়ের মাধ্যম @if($tax->payment_method == 'cash') ক্যাশ @elseif($tax->payment_method == 'bank') ব্যাংক @elseif($tax->payment_method == 'nagad') অলাইন (নগদ) @endif
আদায়ের তারিখ {{ date('d M, Y', strtotime($tax->acceptance_date)) }}
@endsection