@extends('layout') @section('title', 'Earning') @section('content')
| {{ __('text.commission') }} | {{ __('text.description') }} | {{ __('text.date') }} | |||
|---|---|---|---|---|---|
| @if(session('currency_id')) {{ session('currency_symbol') }} @php $currencyValue = session('value') ?? 1; $totalPrice = $currencyValue * $d->commission; @endphp {{ $totalPrice }} | @else {{$symbol}} {{$d->commission}} @endif{{ $d->description }} | {{ date('Y-m-d', strtotime($d->date_added)) }} | |||
| {{ __('text.no_records_found') }} | |||||
|
{{ $data->links() }}
|
|||||