ID |
Title |
Category |
Description |
Actions |
@if(count($boqs)>0)
@foreach ($boqs as $boq)
{{ $boq->id }} |
{{ $boq->title }} |
{{ $boq->boqCategory->boq_category_name }} |
{!! Str::words(strip_tags($boq->description), 10, ' ...') !!} |
|
@endforeach
@else
There are no data. |
@endif
{{-- $boqs->links() --}}
{{ $boqs->appends(request()->query())->links() }}