@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.)
SN# Component Action
1 Head Office
2
3 Branches

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