@extends('layouts.frontend.app') @section('content')
বিসমিল্লাহির রহমানির রহিম
--}}৮৩৯/৩৯ খান-এ-সবুর রোড, নতুন রাস্তা, দৌলতপুর, খুলনা।
| {{__('Action')}} | # | {{__('Start Date')}} | {{__('End Date')}} | {{__('Member')}} | {{__('Account')}} | {{__('Scheme')}} | {{__('Type')}} | {{__('Amount')}} | {{__('Profit Get')}} | {{__('Profit Paid')}} | {{__('Receivable Profit')}} | {{__('Status')}} | {{__('Action')}} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $fdr->starting_date }} | {{ $fdr->ending_date }} | {{ $fdr->member->m_name }} | {{ $fdr->account }} | {{ $fdr->scheme->name ?? 'N/A' }} | {{ $fdr->scheme->type == 1 ? 'Fixed' : 'Monthly' }} | {{ $fdr->amount }} | {{ $fdr->total_profit }} | {{ $fdr->total_withdraw }} | {{ $fdr->receiveable_amount }} | @if ($fdr->status == true) {{__('Active')}} @else {{__('Inactive')}} @endif | @role('admin|manager') @elserole("field-officer") @endrole |