| তারিখ/Date | {{ $date ?? '--' }} |
| ব্যয়কারির নাম/Expense By | {{ $data->expenseby ?? '--' }} |
| পরিমাণ/Amount | {{ $data->amount ?? '--' }} টাকা |
| ব্যয়ের কারণ/Expense Reason | {{ $data->purpose ?? '--' }} |
| মেমোর ছবি/Image | |
| বিঃদ্রঃ/Note | {{ $data->note ?? '--' }} |
@extends('dashboard.master') @section('title', 'Expense Details') @section('content') @push('css') @endpush
@push('js') @endpush @endsection