@extends('layouts.master') @section('title'){{__('sidebar.faq')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.faq')}} @endslot @slot('subtitle') {{__('sidebar.viewfaq')}} @endslot @endcomponent
@foreach ($faq as $item)

{{__("genral.delete_msg")}}


@csrf @method('delete')

@endforeach
# {{__('genral.title_ar')}} {{__('genral.title_en')}} {{__('genral.question_ar')}} {{__('genral.question_en')}} {{__('genral.action')}}
{{$item->id}} {{$item->title_ar}} {{$item->title_en}} {{$item->question_ar}} {{$item->question_en}}
@endsection @section('scripts') @endsection