@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') سوالات@endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== CONTENT =================== --}} @section('content')
@foreach ($faqs as $key => $item) @endforeach
نام عملیات
{{ $item->title }} عملیات
@endsection