@extends('layouts.master') @section('top_header') Stock's Information @endsection @section('content')
ID
Name
quantity
price
Type
: {{ $stock->id }}
: {{ $stock->name }}
: {{ $stock->quantity }}
: {{ $stock->price }}
: {{ "Hospital" }}
: {{"Laboratory"}}