@extends('admin.layouts.index') @push('style') @endpush @section('content') {{!empty($faqDetails) ? 'EDIT' : 'ADD'}} FAQ arrow_back @if(empty($faqDetails)) @else @method('PUT') @endif @csrf Question Answer @if(empty($faqDetails)) @else @endif @endsection @push('script') @endpush