@extends('header.header') @section('content')
{{__('Item Image')}} | {{__('item name')}} | {{__('Price')}} | {{__('Price Offer')}} | {{__('quantity')}} | {{__('Status')}} | {{__('Rate')}} | {{__('Description')}} | {{__('Control')}} | {{__('Action')}} | |
---|---|---|---|---|---|---|---|---|---|---|
{{$item->Description ? $item->Description : $item->Description_ar }}
|
{{$item->price}}
|
{{$item->price_offer}}
|
{{$item->quantity}}
|
@if($item->status == 0) @elseif($item->status == 1) @endif @if($item->status == 0) InActive @elseif($item->status== 1) Active @endif |
{{$item->Rate}}
|
{{$item->Description}} | $item->id])}}" class="btn btn-primary" style="width: 100%;font-size: 10px">{{__('Add Ons')}} |