@extends('layouts.app-admin') @section('content')

Manage Area

Area List Add Area
@foreach($area as $key=>$row) @endforeach
Sr. No. Name State City Status Action
{{$key+1}} {{$row->name}} {{@$row->GetState->name}} {{@$row->GetCity->name}} @if($row->status=='active') Active @else In-Active @endif
@endsection @section('script') @endsection