@extends('layouts.admin.master') @section('tab-name','لیست مراحل') @section('content')

اضافه کردن

@csrf
*
*
{{-- TODO: ahora_fix - fix is_active saving as array --}} {{--
--}} {{--
--}} {{-- --}} {{-- is_active ?? true)) ? 'checked' : '' }}--}} {{-- >--}} {{-- --}} {{--
--}} {{--
--}}
@forelse($steps as $item) @empty @endforelse
# چیدمان عنوان مرحله وضعیت عملیات
{{ $loop->iteration }}
{{ $item->title }} @if($item->is_active) فعال @else غیرفعال @endif
{{-- --}}
@csrf @method('DELETE')
هیچ مرحله ای یافت نشد.
@stop @push('scripts') @endpush