@extends('admin.includes.masterpage-admin') @section('content')

FAQ Page

Add FAQ

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
@foreach($faqs as $faq) @endforeach
FAQ Question FAQ Answer Actions
{{$faq->question}} {!! $faq->answer !!}} Edit

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Add Service--}} {{--
--}} {{--

Counters

--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--@if(Session::has('message'))--}} {{--
--}} {{--×--}} {{--{{ Session::get('message') }}--}} {{--
--}} {{--@endif--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@foreach($counters as $service)--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{----}} {{--
Counter IconCounter TitleCount NumberActions
{{$service->title}}{{$service->number}}--}} {{-- Edit --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @stop @section('footer') @stop