@extends('admin.layouts.app') @push('style') @endpush @section('content') {{!empty($faqContent) ? 'EDIT' : 'ADD'}} FAQ @if(empty($faqContent)) @else @method('PUT') @endif @csrf {{ $faqContent->question ?? '' }} Question {{ $faqContent->answer ?? '' }} Answer @if(empty($faqContent)) @else @endif @endsection @push('script') @endpush