{{ $error}}
@endforeach{{ __('Id') }} | {{ __('Image') }} | {{ __('Institute Name') }} | {{ __('Details') }} | {{ __('Skills') }} | {{ __('Status') }} | {{ __('Verify') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|---|
{{ filter_var($key+1) }} | {{$item->title}} | {{$item->detail}} | {{$item->skill}} |
{{ __('Delete') }}{{ __("Do you really want to delete these records? This process cannot be undone.")}} |
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
{{ __('Id') }} | {{ __('Image') }} | {{ __('Institutes') }} | {{ __('Details') }} | {{ __('Skills') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ filter_var($key+1) }} | {{$value->title}} | {{$value->detail}} | {{$value->skill}} |
@can('institute.edit')
{{ __("Edit")}}
@endcan
@can('institute.delete')
{{ __("Delete")}}
@endcan
|