@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header')

Sık Sorulan Sorular

@if (count($ssses) > 0 ) @foreach($ssses as $sss) @endforeach @else @endif
Makale Adı Soru Cevap Durumu İşlemler
{{$sss->article->article_title}} {{ $sss->sssDetail->question }} {{ $sss->sssDetail->answer }} @if($sss->status) Aktif @else Pasif @endif @if($sss->status == 1) @else @endif
Seçilileri  
{{ $ssses->appends(['aranan' => old('aranan')])->links() }}
Hiçbir soru bulunamadı
@endsection @section('css') @endsection @section('js') @endsection