@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name')) @section('breadcrumb', isset($page_title) ? $page_title : '')
Rest
@forelse ($list as $key => $data) @empty @endforelse
# Name IV Opening Balance Closing Balance Realised PNL Charges & Taxes Brokerage Net Realised PNL
{{ $key + 1 + ($list->currentPage() - 1) * $list->perPage() }} {{ $data->name }} {{$data->my_investment}} {{$data->opening_balance}} {{$data->closing_balance}} {{$data->realised_p_l}} {{$data->charges}} {{$data->brokerage_charge}} {{$data->net_realised_p_l}}
@push('scripts') @endpush