@extends('home.home-template') @section('css') @endsection @section('content')

{{$user->nama}}

@auth Profil @endauth {{-- Update Foto Profil --}}
@forelse ($notifications as $notification) {{$notification->notitification}}
{{-- {{diff($notification->updated_at)}} --}}
@empty

Tidak Ada Notifikasi

@endforelse
{{$notifications->links()}}
@endsection @section('script') @endsection