@extends('layouts.master') @section('page_header') {{$drug->name}} @endsection @section('breadcrumb')
@endsection @section('content')Quantity | Expiry Date | Purchased Date | Manufactured Date |
---|---|---|---|
{{Utils::getFormattedNumber($stock->quantity)}} | {{Utils::getFormattedDate($stock->expiry_date)}} | {{Utils::getFormattedDate($stock->received_date)}} | {{Utils::getFormattedDate($stock->manufactured_date)}} |