@extends('layouts.app') @section('content')
Add New
All Locations
@foreach($locations as $location)
{{$location->project_name}}

Trees: {{$location->no_trees}}

Edit
{{csrf_field()}}
@endforeach
@endsection