@extends('layouts.app') @section('content')
View Stock
Company: {{ $stock->company->title }}
Market: {{ $stock->market->title }}
Type: {{ $stock->type }}
Price: {{ number_format($stock->price) }}
Description: {{ $stock->description }}
@endsection