@extends('layouts/gnr_layout') @section('title', '| Create branch area') @section('content')
New Branch Area
{!! Form::open(array('url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups')) !!}
{!! Form::label('name', 'Branch:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::label('name', 'Area:', ['class' => 'col-sm-2 control-label']) !!}
@for ($i = 1; $i<11 ; $i++) @endfor
SN# Type Latitute longitude Actions
{{ $i }} @if ($i == 10) @endif

{!! Form::submit('Submit', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@include("gnr.tools.managementLevel.branchArea.map_script") @endsection @include("gnr.tools.managementLevel.branchArea.style")