@extends('admin.layouts.master') @section('title') الأسئلة الشائعة @endsection @section('styles') @endsection @section('page_header')

عرض جميع الأسئلة الشائعة

@endsection @section('content')

الأسئلة الشائعة

@if($data->count()) @foreach( $data as $value ) @endforeach @endif
# السؤال الإجابة @lang('messages.operations')
{{ $i }} {{ unserialize($value->title)[App::getLocale()] }} {{ \Illuminate\Support\Str::limit(unserialize($value->text)[App::getLocale()] , 50) }}
{!! $data->render() !!}
@endsection @section('scripts') @endsection