@extends('admin::layouts.app') @section('content') {{ __('master.faq') }} {{ __('master.add_faq') }} {{ __('admin.submit') }} {{ __('static.cancel') }} {{ __('master.enter_the_details_below_to_create_faq_for_english_language') }} {{ __('master.select_catgeory') }} * {{ __('label.Select') }} @if(count($categories) > 0) @foreach($categories as $category) {{ $category->category_en }} @endforeach @endif {{ __('master.question') }} * {{ __('master.answer') }} * {{ __('master.enter_the_details_below_to_create_faq_for_arabic_language') }} {{ __('master.select_category') }} * {{ __('master.question') }} * {{ __('master.answer') }} * {{ __('admin.status_update') }} {{ __('admin.active') }} {{ __('admin.inactive') }} @endsection @section('script') @endsection
{{ __('master.add_faq') }}