@extends('user.template') @section('title', 'Home') @section('content')

Welcome {{ Auth::user()->nama }}

{{ $entitas->entitas }}
people
@if (Auth::user()->id != env('ID_DAERAH'))
@endif
@if (Auth::user()->id != env('ID_DAERAH'))
@endif
@endsection