@extends('layouts.admin', ['title' => 'مدیریت محصول']) @section('css') @endsection @section('content')

مدیریت محصولات - سایر و چک لیست ( {{ $item->title }} )


@csrf
@foreach ($checklist as $checkList_item) @endforeach
عنوان نوع وضعیت توضیحات
{{ $checkList_item['title'] }} {{ $checkList_item['require'] ? 'اجباری' : '' }} {{ $checkList_item['status'] ? '' : 'X' }} {!! $checkList_item['details'] !!}
@if($activeEditProduct) مرحله قبلی {{-- مرحله بعدی --}} @endif بازگشت موارد غیر ضروری

{{ session('message') }}

{{ session('error') }}

@stop @section('javascript') @stop