@extends('layouts.master') @section('title'){{__('sidebar.items')}} @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.additems')}} @endslot @slot('sublink') {{route('item.index')}} @endslot @slot('subtitle') {{__('sidebar.items')}} @endslot @endcomponent
@csrf {{isset($item)?method_field('PUT'):''}}
is_free) == '1') checked @endif>
is_free) == '1') style="display:none" @endif>
@if(isset($item))
@else
@endif
is_menu) == '1') checked @endif>
store_only) == '1') checked @endif>
store_only == '0') style="display: none" @elseif ( (isset($item ) && $item->store_only == '1')) style="" @else style="display: none" @endif >
is_header) == '1') checked @endif>
@if(isset($items_color) && $items_color->count() > 0) @foreach ($items_color as $item)
{{-- --}}
@endforeach @else
@endif
@if(isset($industy_services) && $industy_services->count() > 0) @else @endif
@endsection @section('scripts') @endsection