@extends('layouts.stock') @section('title', 'Edit Stock') @section('mobile_header')
arrow_back

Edit Stock

@include('pharmacy.partials.notifications_icon')
@endsection @section('mobile_content')
@csrf @method('PUT')
calendar_today
DH
Cancel
@csrf @method('DELETE')
history

Last Updated

{{ $stock->updated_at?->format('Y-m-d H:i') }}

inventory_2

Total Stock Value

-

analytics

Status

{{ $stock->status }} / {{ $stock->visibility }}

@endsection @section('desktop_content')

Edit Stock Item

Update medicine details and inventory status for the central database

arrow_back Back to Inventory
@csrf @method('PUT')
calendar_today
DH
Cancel
@csrf @method('DELETE')
history

Last Updated

{{ $stock->updated_at?->format('Y-m-d H:i') }}

inventory_2

Total Stock Value

-

analytics

Status

{{ $stock->status }} / {{ $stock->visibility }}

@endsection