@extends('layouts.admin_layout') @section('title', 'Edit Your Plant') @section('content')

Edit Your Plant

Edit Your Plant

@csrf
@php $i = 0; @endphp @foreach($sections as $section_row)


@if(!empty($i))
@endif
@php $i++; @endphp @endforeach
@foreach($faqs as $faq_row)
@endforeach




@endsection