@extends('layout.admin.master') @section('meta-title', 'LEREVE - Branch Area Product') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Area
@csrf
Branch : {{$branch->name}}
Areas @if(count($data)) @foreach($data as $bstate=>$bcity)
@endforeach @else
@endif
@foreach($states as $key=>$state) @endforeach @endsection @push('asset-bottom') @endpush