@extends('layouts.admin_layout') @section('title', 'Edit Your Plant') @section('content') Edit Your Plant Home Manage Your Plants Edit Your Plant Edit Your Plant @csrf Name* Sections @php $i = 0; @endphp @foreach($sections as $section_row) Title Icon Content {{$section_row->section_content}} @if(!empty($i)) Delete @endif @php $i++; @endphp @endforeach Add Section FAQs @foreach($faqs as $faq_row) Question Answer {{$faq_row->answer_text}} Delete @endforeach Add FAQ Meta Title* Meta Description* {{$your_plant->meta_description}} Banner Image* (1920 x 617) Banner Caption Banner Description {{$your_plant->banner_description}} Introduction Text {{$your_plant->introduction_text}} Delivery Newsletter Image* (600 x 550) Status Active display_status)) selected @endif>Inactive Question Answer Delete Title Icon Content Delete @endsection