@extends('app.app') @section('title', '') @section('content')

{{ __('titles.investors_administration') }} / {{ __('titles.deals') }} / {{ $Investor->user->name }}

{{$Tab['total_deals']}}
{{ __('titles.total_invested') }}
{{$Tab['total_profits']}}
{{ __('titles.total_profit') }}
{{ __('titles.product') }} {{ __('titles.merchant') }} {{ __('titles.quantity_purchased') }} {{ __('titles.amount_invested') }} {{ __('titles.expected_profit') }} {{ __('titles.actual_profit') }} {{ __('titles.status') }} {{ __('titles.the') }}{{ __('titles.created_at') }} {{ __('titles.options') }}
@endsection