@extends('layouts/gnr_layout') @section('title', '| List Management Level Object') @section('content')

LOWEST LEVEL BRANCH LIST

{{ csrf_field() }} @foreach($lowestBranches as $branch) @endforeach
SN# Organization Branch Level Level Object Action
{{ $SL }} {{ @$branch->company->name }} {{implode (", ", @$branch->names)}} {{ @$level->title }} {{ @$branch->layerObject->title }} {{-- --}}
@endsection