Project Share Price Information
| Project Name | {{ $projectshareprice->project->name }} |
|---|---|
| Share Price | {{ number_format($projectshareprice->share_price, 2) }} |
| Transaction Date | {{ date('d M Y', strtotime($projectshareprice->transaction_date)) }} |
@extends('backend.layouts.master') @section('title', 'Project Share Price Details - Admin Panel') @section('admin-content')
| Project Name | {{ $projectshareprice->project->name }} |
|---|---|
| Share Price | {{ number_format($projectshareprice->share_price, 2) }} |
| Transaction Date | {{ date('d M Y', strtotime($projectshareprice->transaction_date)) }} |