@lang('menu.audit_para_category') @lang('menu.audit_para_category') {{-- Test --}} @can('audit-para-category.create') @endcan @can('audit-para-category.edit') {{-- Edit Form --}} @endcan
@can('audit-para-category.create') @endcan
@foreach ($auditParaCategory as $auditParaCat) @endforeach
Sr No Name Is Have Amount Status Action
{{ $loop->iteration }} {{ $auditParaCat->name }} @if($auditParaCat->is_amount) Yes @else No @endif @if($auditParaCat->status) Active @else Inactive @endif @can('audit-para-category.edit') @endcan @can('audit-para-category.delete') @endcan
{{-- Add --}}