@extends('admin.layouts.master') @section('content')

{{ __('FAQs') }}

{{ __('Add Item') }}
@foreach($faqs as $item) @endforeach
{{ __('SL') }} {{ __('Question') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $item->question }}
@endsection