@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('FAQ')}}

{{__('Control and view FAQ')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create New FAQ')}}
@foreach($faqs as $faq) @endforeach
{{__('ID')}} {{__('Question En')}} {{__('Question Ar')}} {{__('Answer En')}} {{__('Answer Ar')}} {{__('Control')}}
{{$faq->id}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$faq->id}}" style="display: none" data-swal-title="Delete FAQ" data-swal-text="Are Your Sure To Delete This FAQ ?" data-yes="Yes" data-no="No" data-success-msg="the FAQ has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection