@extends('layouts.adminlayout') @section('content')
{{--
@csrf

Add Section

--}} @if(isset($sarea) && !empty($sarea))
@csrf

Edit Section

@endif
@foreach($areas as $index => $area) @endforeach
ID Section Name Plant Name Territory Name ACTION
{{$index + 1}} {{$area->name}} {{$area->plant->name}} {{$area->plant->territory->name}} Edit
@endsection