@extends('layout.app') @section('content')
@foreach ($allArea as $item) @endforeach
ID Manager POP Area
{{ $item->id }} {{ $item->reseller->name ?? '' }} {{ $item->pop->popname ?? '' }} {{ $item->area }} Edit
@endsection