@extends('layouts.frontend.app') @section('content')
# {{__('Start Date')}} {{__('End Date')}} {{__('Member')}} {{__('Account')}} {{__('Scheme')}} {{__('Type')}} {{__('Amount')}} {{__('Profit Get')}} {{__('Profit Paid')}} {{__('Receivable Profit')}} {{__('Action')}}
# {{$fdr->starting_date}} {{$fdr->ending_date}} {{$fdr->member->m_name}} {{$fdr->account}} {{$fdr->scheme->name}} {{$fdr->member->area_id}} {{$fdr->amount}} {{$fdr->profit()->sum('profit')}} {{$fdr->withdraw()->sum('withdraw')}} {{$receiveable}} Withdraw

Note: The fields marked with ( * ) are required.

@csrf
@endsection