@extends('layouts.admin') @section('content') @push('css') @endpush
@include('admin.buy_packages.top_manue')
Generate Commission manualy
Month of Commission: {{date('F Y', strtotime("last day of last month"))}}
@foreach ($investments as $investment) @endforeach
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 }}
@csrf
@push('alljs') @endpush @endsection