From bc05a52397fbb527fdeaa6efc4e8f021b1d42bbb Mon Sep 17 00:00:00 2001 From: K-renCr Date: Thu, 13 Feb 2025 11:43:40 -0600 Subject: [PATCH] Primer estructura del codigo --- iniciar.blade.php | 274 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 274 insertions(+) create mode 100644 iniciar.blade.php diff --git a/iniciar.blade.php b/iniciar.blade.php new file mode 100644 index 0000000..8a4603c --- /dev/null +++ b/iniciar.blade.php @@ -0,0 +1,274 @@ +@extends('layouts.plantilla') + +@section('titulo') +Inicio +@endsection + +@section('contenido') + + +
+
+
+
+ +
+

Today Sale

+
$1234
+
+
+
+
+
+ +
+

Total Sale

+
$1234
+
+
+
+
+
+ +
+

Today Revenue

+
$1234
+
+
+
+
+
+ +
+

Total Revenue

+
$1234
+
+
+
+
+
+ + + + +
+
+
+
+
+
Worldwide Sales
+ Show All +
+ +
+
+
+
+
+
Salse & Revenue
+ Show All +
+ +
+
+
+
+ + + + +
+
+
+
Recent Salse
+ Show All +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DateInvoiceCustomerAmountStatusAction
01 Jan 2045INV-0123Jhon Doe$123PaidDetail
01 Jan 2045INV-0123Jhon Doe$123PaidDetail
01 Jan 2045INV-0123Jhon Doe$123PaidDetail
01 Jan 2045INV-0123Jhon Doe$123PaidDetail
01 Jan 2045INV-0123Jhon Doe$123PaidDetail
+
+
+
+ + + + +
+
+
+
+
+
Messages
+ Show All +
+
+ +
+
+
Jhon Doe
+ 15 minutes ago +
+ Short message goes here... +
+
+
+ +
+
+
Jhon Doe
+ 15 minutes ago +
+ Short message goes here... +
+
+
+ +
+
+
Jhon Doe
+ 15 minutes ago +
+ Short message goes here... +
+
+
+ +
+
+
Jhon Doe
+ 15 minutes ago +
+ Short message goes here... +
+
+
+
+
+
+
+
Calender
+ Show All +
+
+
+
+
+
+
+
To Do List
+ Show All +
+
+ + +
+
+ +
+
+ Short task goes here... + +
+
+
+
+ +
+
+ Short task goes here... + +
+
+
+
+ +
+
+ Short task goes here... + +
+
+
+
+ +
+
+ Short task goes here... + +
+
+
+
+ +
+
+ Short task goes here... + +
+
+
+
+
+
+
+ + +@endsection