@extends('layouts.blesser.app') @section('content')

{{ __('what topic are you looking for?') }}

{{ __('Search for your desired topic or choose from the categories below') }}

{{ __('ثبت پرسش جدید') }}

{{ __('categories') }}

@foreach (\Artemis\Faq\Models\Category::all() as $category )

{{ $category->name }}

@endforeach
{{ __('couldn\'t find what you where looking for ?') }} {{ __('ask yourself') }}
@endsection