@extends('admin.layouts.app') @section('panel')
@csrf
@php $i = 0; @endphp @foreach ($items as $item) @if ($item->title == 'Price' || $item->title == 'Count' || $item->title == 'special') @else @endif @php $i++; @endphp @endforeach
Key Status Type Required Filter Action
title == 'Price' || $item->title == 'Count' || $item->title == 'special') readonly @endif required />
Remove
Add Option Item
0%
@endsection @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush @push('script') @endpush