@extends('layouts.admin.app') @section('page-title') {{ __('Dashboard') }} @endSection @section('page-nav-title')

{{ __('Items') }}

{{ __('All Items') }}

@endsection @section('content') @include('includes.dialog')

{{ $item->name_en }}

{{ $item->name_ar }}

@if ($Proberty == 0) @if ($active != 0)
{{ __('active-stock-management') }}
@endif @else
{{ __('download-pdf-stock-details') }}
@endif
{{ __('Add Ons Categories') }}
@foreach ($addOns as $index => $addOn) @endforeach
# {{ __('name-en') }} {{ __('name-ar') }} {{ __('Type') }} {{ __('min-choice') }} {{ __('max-choice') }} {{ __('options') }}
{{ ++$index }} {{ $addOn->name_en }} {{ $addOn->name_ar }} @if ($addOn->input == 'radio') {{ __('single-select') }}@else{{ __('multi-select') }} @endif @if ($addOn->input == 'checkbox') {{ $addOn->numberInput->min }} @endif @if ($addOn->input == 'checkbox') {{ $addOn->numberInput->max }} @endif
@endsection @section('scripts') @endsection