@extends('layouts.admin') @section('content') @push('css') @endpush
Sl. | Member Name | Package Name | Profit Ratio | Term of Month | Amount | Start Date | End Date | Total Days | Status |
---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{ cn($investment, 'member.name', '') }} | {{ $investment->package->package_name }} (B.No:{{ $investment->id }}) | {{ $investment->profit_ratio }} | {{ $investment->term_of_month }} | {{ $investment->amount }} | {{ now()->parse($investment->commission_start_date)->format('d M Y') }} | {{ now()->parse($investment->commission_end_date)->format('d M Y') }} | {{ (int)((strtotime($investment->commission_end_date) - strtotime($investment->commission_start_date))/86400)+1 }} |