@extends('layouts.master') @section('title') @lang('translation.FAQ') @endsection @section('css')
@endsection @section('content') @component('components.breadcrumb') @slot('li_1') FAQ @endslot @slot('title') Edit FAQ @endslot @endcomponent
@method('put') @csrf
FAQ Details
FAQ Category
Required
Mobile User
Select...
mobile_user == 'Customer App' ? 'selected' : '' }}>Customer App
mobile_user == 'Angel Driver' ? 'selected' : '' }}>Angel Driver
mobile_user == 'OPS Angel' ? 'selected' : '' }}>OPS Angel
Required
FAQ Program Details
@if ($faqCategory->faqs) @foreach ($faqCategory->faqs as $faq)
Question Priority
Select...
@foreach (range(1,20) as $option)
question_priority == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Required
Type you Question
Search Tag
Search Answer
{{ $faq->search_answer }}
@endforeach @else
Question Priority
Select...
@foreach (range(1,20) as $option)
{{ $option }}
@endforeach
Required
Type you Question
Search Tag
Search Answer
@endif
Save Changes
@endsection @section('script') @endsection