| # |
Heading |
Content |
Action |
@forelse ($returns as $key => $return)
| {{ $key + 1 }} |
{{ $return->heading }} |
{!! \Illuminate\Support\Str::limit(strip_tags($return->content), 450) !!} |
|
@empty
|
No return policy found.
|
@endforelse
{{--
@if(method_exists($returns, 'links'))
{{ $returns->links('pagination::bootstrap-4') }}
@endif
--}}