{{ __('Project Share Price') }}
| # | Project | Share Price | Transaction Date | Actions |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $projectshareprice->project->name ?? "" }} | {{ $projectshareprice->share_price ?? "" }} | {{ $projectshareprice->transaction_date ? \Carbon\Carbon::parse($projectshareprice->transaction_date)->format('d-m-Y') : '' }} |