@extends('layouts.app') @section('title', 'Add Product - Pharmacy Management') @section('content') @can('create_products')

Add Product

← Back to Products
@csrf

Promotion (Optional)

@if(auth()->user()->canAccessAllData() && $branches->count() > 0)

Branch Stock

Assign initial stock to branches (optional).

@foreach($branches as $branch) @endforeach
@endif
Cancel
@endcan @endsection