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