@foreach($costs as $item) @endforeach
ভাউচার নম্বার ব্যয়ের খাত পরিমান তারিখ ব্যাংক অ্যাকাউন্ট চেক নম্বর প্রাপ্তির বিবরণ ক্রিয়া
{{ $item->calan_no }} {{ $item->expenditureSector->expenditure_sector }} {{ number_format($item->amount, 2) }} {{ date('d M, Y', strtotime($item->date)) }} {{ $item->bankInfo->bank_name }} ({{ $item->bankInfo->account_number }}) {{ $item->check_no }} {{ $item->details }}
@if(isset($costs)) @endif