@extends('admin.layouts.master') @section('title') FAQ - Category @endsection @section('content')
Category
  • FAQ
  • Cateogory
Category List
@php $a=1; @endphp @foreach ($catagories as $catagory) @php $a++; @endphp @endforeach
# Category Option
{{$catagory->name}}
{{--

Showing 10 of 57 Results

--}}
@endsection @section('scripts') @endsection