diff --git a/app/View/Components/AreYouSure.php b/app/View/Components/AreYouSure.php new file mode 100644 index 0000000..5966c9c --- /dev/null +++ b/app/View/Components/AreYouSure.php @@ -0,0 +1,26 @@ + +
+ + + +
\ No newline at end of file diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 0919ae8..05f87b3 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -1,120 +1,132 @@ @extends('layouts.app') + @yield('title', 'Nexus - Dashboard') @section('content') - - - + + + + -
+
-
-
-
- Avatar do Cliente + @foreach ($clients as $client) +
+
+
+ Avatar do Cliente +
+
+ + + + +
+
+
+ {{ $client->name }} +
-
- + @endforeach - +
+
+
+ Avatar do Cliente +
+
+ + + +
+
+
+ Cliente 2
-
- Cliente 1 + +
+
+
+ Avatar do Cliente +
+
+ + + +
+
+
+ Cliente 3 +
+ +
+
+
+ Avatar do Cliente +
+
+ + + +
+
+
+ Cliente 4 +
+
+
-
-
-
- Avatar do Cliente -
-
- - - -
-
-
- Cliente 2 -
-
- -
-
-
- Avatar do Cliente -
-
- - - -
-
-
- Cliente 3 -
-
- -
-
-
- Avatar do Cliente -
-
- - - -
-
-
- Cliente 4 -
-
- -
- @endsection \ No newline at end of file