@extends('backend.layouts.master') @section('title', 'Project Share Price Details - Admin Panel') @section('admin-content')

Project Share Price Details

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)) }}
Back
@endsection