@extends('admin.layouts.master') @section('title') FAQ @endsection @section('content')
FAQ
  • FAQ
  • {{--
  • Cateogory
  • --}}
@php $a=1; @endphp @foreach ($faqs as $faq) @php $a++; @endphp @endforeach
# Title Category Description Option
{{$faq->title}} {{$faq->category->name}} @if(!empty($faq->description)) {{ Str::limit($faq->description, 40) }} @else - @endif

Showing {{ $faqs->count() }} of {{ $faqs->total() }} Results

    @foreach($faqs->links()->elements[0] as $page => $link)
  • {{ $page }}
  • @endforeach
@endsection @section('scripts') {{-- --}} @endsection