@extends('admin.layout') @section('title', 'Proprietary Herbal Formulations') @section('content')
@if(request('q')) Clear @endif
Add Proprietary Drug
@forelse($products as $prod) @empty @endforelse
Image Code Product Name Category Actions
{{ $prod->prod_name }}
{{ $prod->prod_code ?: 'SR-' . str_pad($prod->id, 4, '0', STR_PAD_LEFT) }} {{ $prod->prod_name }} {{ $prod->category->cat_name ?? 'Proprietary' }}
No proprietary products found.
@if($products->hasPages())
{{ $products->links() }}
@endif
@endsection