@if ($restaurant->opening_time > $currenttime || $restaurant->closing_time < $currenttime)
{{ \Illuminate\Support\Str::limit($other_product['name'], 20) }}
@else
{{ \Illuminate\Support\Str::limit($other_product['name'], 20) }}
@endif
{!! \Illuminate\Support\Str::limit(strip_tags($other_product['description']), 70) !!}
@if ($other_product['discount_price'] > 0)
{{ setting('currency_code') }}{{ $other_product['unit_price'] }}
{{ setting('currency_code') }}{{ $other_product['unit_price'] - $other_product['discount_price'] }}
@else
{{ setting('currency_code') }}{{ $other_product['unit_price'] - $other_product['discount_price'] }}
@endif
@if ($restaurant->opening_time > $currenttime || $restaurant->closing_time < $currenttime)
@else
{{ __('frontend.add') }}
@endif