@extends('master') @section('title', 'অগ্রিম সমন্বয়') @section('breadcrumbMainTitle', 'অগ্রিম সমন্বয়') @section('content')

অগ্রিম সমন্বয়ের ফরম

@include('message');

অগ্রিম

অগ্রিম গ্রহণকারীর নাম ও পদবী: {{ $advancedVoucherInfo?->name }}

অগ্রিমের বিবরণ: {{ $advancedVoucherInfo?->voucher_note }}

অগ্রিম গ্রহণের তারিখ: {{ $advancedVoucherInfo?->voucher_date }}

ভাউচার নম্বর: {{ $advancedVoucherInfo?->voucher_no }}

টাকা: {{ $advancedVoucherInfo?->voucher_amount }}

অগ্রিম গ্রহণের উদ্দেশ্য: {{ $advancedVoucherInfo?->voucher_note }}

@csrf

অগ্রিম ব্যবহার

উপরোক্ত অগ্রিম যে উদ্দেশ্যে গ্রহণ করা হয়েছিল সে উদ্দেশ্যেই যথাযথভাবে ব্যবহার করা হয়েছে এবং বাজারদর যাচাই করার পর সর্বনিম্ন বাজারদরের ভিত্তিতে মালামাল / মনোহরী দ্রব্যের মূল্য পরিশোধ করা হয়েছে।

@error('expense_amount') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
@error('refunded_amount') {{ $message }} @enderror
@error('deposit_no') {{ $message }} @enderror
@error('deposit_date') {{ $message }} @enderror

উদ্ধৃত থাকাতে তা ফেরত প্রদান করা হল।

@error('extra_amount') {{ $message }} @enderror

পরিশোধ করা যেতে পারে।

Back
@endsection @section('page_script') @endsection