@extends('admin.includes.layout') @section('title', $page_title) @section('content')

{{ $page_title }}

List
@csrf
@if(!empty($seo?->image)) Image @else @endif
{{-- If edit & faqs exists --}} @if(!empty($seo->faqs) && is_array($seo->faqs)) @foreach($seo->faqs as $index => $faq)
{{-- Show Add only on first row --}} @if($index == 0) @endif {{-- Show Remove only if more than 1 row --}} @if(count($seo->faqs) > 1) @endif
@endforeach @else
@endif
@endsection @push('scripts') @endpush