@extends('admin.core.core') @section('title') Sıkça Sorulan Sorular @endsection @section('content')
Sıkça Sorulan Sorular
Ekle
@foreach ($faqs as $faq) @endforeach
ID Soru Kayıt Tarihi
{{ $faq->id }}

{{ $faq->title }}

{{ date('d-m-Y', strtotime($faq->created_at)) }} Düzenle
{{ $faqs->links('pagination::bootstrap-4') }}
@endsection