@extends('layouts.app') @section('content')
| {{ _lang('Plan') }} | {{ _lang('User') }} | {{ _lang('AC Number') }} | {{ _lang('Currency') }} | {{ _lang('Deposit Amount') }} | {{ _lang('Return Amount') }} | {{ _lang('Status') }} | {{ _lang('Mature Date') }} | {{ _lang('Details') }} | @if(isset($report_data)) @foreach($report_data as $fixeddeposit)
|---|---|---|---|---|---|---|---|---|
| {{ $fixeddeposit->plan->name }} | {{ $fixeddeposit->user->name }} {{ $fixeddeposit->user->email }} |
{{ $fixeddeposit->user->account_number }} | {{ $fixeddeposit->currency->name }} | {{ $fixeddeposit->deposit_amount }} | {{ $fixeddeposit->return_amount }} | {!! xss_clean(fdr_status($fixeddeposit->status)) !!} | {{ $fixeddeposit->mature_date }} | {{ _lang('View') }} |