@extends('dashboard.master') @section('title', ' وحدات صنف ' . $unit->title) @section('store'.$unit->category->id.'-active', 'active') @section('content')
{{ $unit->title }}
{{ number_format($unit->price, 2) }} $
{{ $unit->taxValue }} %
{{ $unit->store->name }}
{{ $unit->category->name }}
{{ $unit->product->title }}
{{ $unit->stock_quantity }}
{{ $unit->pro_date }}
{{ $unit->exp_date }}
{{ $unit->from_time }}
{{ $unit->to_time }}
@if ($unit->is_percentage) {{ $unit->discount }} % @else {{ number_format($unit->discount, 2) }} $ @endif
{{ $unit->description }}
لا يوجد صور
@endforelse