@extends('layouts.admin_layout') @section('title', 'Manage Your Plants') @section('content') Manage Your Plants Home Manage Your Plants @if(!empty($auth_write_status)) Add Your Plant @endif Name Action @foreach($plants as $your_plant_row) {{$your_plant_row->plant_title}} @if(!empty($auth_write_status)) Edit @endif @endforeach @endsection