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