@extends('layouts.adminlayout') @section('content')
@foreach($plants as $index => $plant) @endforeach
ID Plant Name Site Name Action
{{$index + 1}} {{$plant->name}} {{$plant->territory->name}} DELETE EDIT

Edit Site

{{ csrf_field() }}
@endsection