@extends('layouts.admin') @section('title', 'Daerah') @section('daerah', 'active') @section('daerah_list', 'active') @section('content') List Daerah Registered Daerah # Name Status Options @foreach($daerah as $item) {{$item->id}} {{$item->nama}} @if($item->status == 'true') Active @else Inactive @endif @endforeach {!! $daerah->render() !!} Add Daerah @endsection @section('footerScripts') @endsection