@extends('frontend.layouts.frontend_app') @push('style') @endpush @section('content')
@if(isset($medicine->image)) Deslor kid @else {{ $medicine->name }} @endif

{{ $medicine->name }}

{{__('pages.Price')}} : {{ setting('currency') }}{{ number_format($medicine->discounted_price,2) }} {{ setting('currency') }} {{ number_format($medicine->price,2) }}


{{ $medicine->leaf->name }}


{{__('pages.Description')}}


{!! $medicine->dess !!}
@endsection @push('script') @endpush