@extends('page/layout/app') @section('title','My Profil') @section('content') @foreach($data as $dt)
Profil Detail
@csrf @if(Auth::user()->level == 'Super Admin')
@if($dt->foto != NULL) user-avatar @else user-avatar @endif
@endif
@if(Auth::user()->level != 'Penghuni')
@endif
@if(Auth::user()->level == 'Super Admin')
@endif
@endforeach @endsection @section('css') @endsection @section('scripts') @endsection