@extends('layouts.admin') @section('page_title') @parent سوالات متداول @endsection @section('head-js') @endsection @section('main')

سوالات متداول

@include('admin.error')
@foreach($faqs as $faq) @endforeach
ترتیب سوال
{{$faq->sort}} {{$faq->question}}
@endsection @section('js') @stop