diff --git a/resources/views/account/following.blade.php b/resources/views/account/following.blade.php new file mode 100644 index 00000000..8cb3dbf9 --- /dev/null +++ b/resources/views/account/following.blade.php @@ -0,0 +1,96 @@ +@extends('layouts.app') + +@section('content') +
+
+
+
+ +
+
+
+{{--
+ Notifications + + + + + View All + +
--}} +
+ + +
+ {{$notifications->links()}} +
+ @else +
+
No unread notifications found.
+
+ @endif +
+
+@endsection + +@push('scripts') + +@endpush