@extends('layouts/gnr_layout') @section('title', '| Edit branch area') @section('content') {{--
--}}
Edit 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']) !!}
@php $areas = json_decode($branch->branch_area); @endphp @foreach ($areas as $key => $area_branch) @php $str_arr = preg_split ("/\,/", $area_branch); @endphp @if((count($areas) - 1) == $key) @endif @endforeach
SN# Type Latitute longitude Actions
{{$key + 1}}

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