{{ $category->name}}

{{ ($category->is_active == 1) ? __('messages.common.active') : __('messages.common.de_active') }}

{{ \Carbon\Carbon::parse($category->created_at)->diffForHumans() }}
{{ \Carbon\Carbon::parse($category->updated_at)->diffForHumans() }}

{{ __('messages.medicine.medicines') }}

{{--

{{ __('messages.medicine.medicines') }}

--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('layouts.search-component')--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($medicines as $medicine)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
{{ __('messages.medicine.medicine') }}{{ __('messages.medicine.brand') }}{{ __('messages.medicine.description') }}{{ __('messages.medicine.selling_price') }}{{ __('messages.medicine.buying_price') }}
{{ $medicine->name }}{{ $medicine->brand->name }}{!! !empty($medicine->description)?nl2br(e($medicine->description)):'N/A' !!}--}} {{-- {{ getCurrencySymbol() }} {{ number_format ($medicine->selling_price, 2) }}--}} {{-- --}} {{-- {{ getCurrencySymbol() }} {{ number_format ($medicine->buying_price, 2) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}