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

Add Stock

@include('pharmacy.partials.notifications_icon')
@endsection @section('mobile_content')
@csrf
calendar_today
DH
Cancel
medication

Selected Medicine

{{ $selectedMedicine?->name ?: '-' }}

payments

Estimated Total

-

visibility

Status

-

@endsection @section('desktop_content')

Add Stock Item

Add a new medicine to your inventory

arrow_back Back to Inventory
@csrf
calendar_today
DH
Cancel
medication

Selected Medicine

{{ $selectedMedicine?->name ?: '-' }}

payments

Estimated Total

-

visibility

Status

-

@endsection