@extends('layouts.admin') @section('title', 'Daerah') @section('daerah', 'active') @section('daerah_list', 'active') @section('content')

List Daerah

Registered Daerah
@foreach($daerah as $item) @endforeach
# Name Status Options
{{$item->id}} {{$item->nama}} @if($item->status == 'true') Active @else Inactive @endif
{!! $daerah->render() !!}
Add Daerah
@endsection @section('footerScripts') @endsection