@php
$disabled = $errors->any() ? true : false;
@endphp
@include('backend.pertials.alert')
@if ($update_mode)
@else
| ID |
Name |
Desc |
Actions |
@foreach ($lebel_data as $key => $item)
| {{ $key + 1 }} |
{{ $item->name }} |
{{ $item->desc }}
|
|
@endforeach
@endif
@push('js')
@endpush