@extends('layouts/gnr_layout') @section('title', '| ' . $data['title']) @section('content')
{{ $data['title'] }}
{!! Form::open(['url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups']) !!}
× Management level is definitely the entry to be given in this sequence:(Example: Division, Region, Zone, Area etc.)
@if ($data['layers']) @php $sl = 2; @endphp @foreach ($data['layers'] as $key => $layer) @php $no = $sl++; @endphp @if ($key == 0) @else @endif @endforeach @endif
SN# Component Action
1 Head Office
{{ $no }}
{{ $no }}
{{ $no + 1 }} Branches

{!! Form::submit('Update', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection