@extends('admin.layouts.app') @section('panel')
@if (request()->routeIs('admin.invest.profit')) @endif @if (request()->routeIs('admin.invest.profit')) @endif @if (!request()->routeIs('admin.invest.profit')) @endif @forelse(@$profitList as $profit) @if (request()->routeIs('admin.invest.profit')) @endif @if (request()->routeIs('admin.invest.profit')) @endif @if (!request()->routeIs('admin.invest.profit')) @endif @empty @endforelse
@lang('User')@lang('Property')@lang('Invest Id') @lang('Invest Amount') @lang('TRX')@lang('Profit Amount') @lang('Paid Date')@lang('Total Investor') @lang('Action')
{{ $profit->user->fullname }}
@{{ $profit->user->username }}
{{ $profit->invest->property->title }}{{ $profit->invest->investment_id }} {{ showAmount($profit->invest->total_invest_amount) }} {{ $profit->transaction->trx }} @if ($profit->amount > 0) {{ showAmount($profit->amount) }} @else {{ $profit->property->getProfit }} @endif {{ showDateTime($profit->updated_at) }}{{ $profit->total_investor }}
{{ __($emptyMessage) }}
@if (@$profitList->hasPages()) @endif
@if (!request()->routeIs('admin.invest.profit')) @endif @endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush