@extends('dashboard::layouts.app') @section('content')
{{--
--}} {{--BACK TO ACCOUNT--}} {{--
--}}
@if(!$profiles->isEmpty()) @else
Hello, {{ Auth::user()->name }}, you haven't got any profiles yet.
@endif
@endsection