@if (session()->has('message'))
{{ session('message') }}
@endif
@if (session()->has('error'))
{{ session('error') }}
@endif
{{ 'Terms & Conditions List' }}
| Sr. No. | Content | Status | Action |
|---|---|---|---|
| {{ $index + 1 }} |
{{ $term->content }}
|
{{ ucfirst($term->status) }} | |
| No terms found. | |||