@extends('layouts.website_layout') @section('meta_title', $meta_data->meta_title) @section('meta_description', $meta_data->meta_description) @section('banner_image', "banners/".$banner_data->banner_image) @section('canonical_tag', $meta_data->canonical_tag) @section('content')

Find the One

@foreach(range('A', 'Z') as $alphabet) @if(array_key_exists($alphabet, $your_plants_array))
{{$alphabet}}
    @foreach($your_plants_array[$alphabet] as $your_plants_row)
  • {{$your_plants_row['plant_title']}}
  • @endforeach
@endif @endforeach
@endsection