@extends('back.layout') @section('title') {{ __('i43') }} - {{ __('n1') }} @endsection @section('content')

{{ __('i44') }}

{{-- All Feeds --}} @if (count($faq) > 0)
@foreach ($faq as $f) @endforeach
# {{ __('i45') }} {{ __('i46') }}
{{ $f->id }} {{ $f->title1 }}
@csrf @method('DELETE')
    @else

    {{ __('i47') }}

    @endif
    {{-- Modals --}} {{-- Withdraw --}} @endsection @section('jss') @endsection