From f2aff7518be55da0fd250e04a4bfc1bbbd5a3d0a Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 2 Aug 2022 14:36:09 -0400 Subject: data model, query and storage works, frontend display basic last report --- resources/views/welcome.blade.php | 117 +++++++++----------------------------- 1 file changed, 26 insertions(+), 91 deletions(-) (limited to 'resources') diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index dd6a45d..f3b6f33 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -4,7 +4,10 @@ - Laravel + Bitcoin Price References + + + @@ -22,108 +25,40 @@
- @if (Route::has('login')) - - @endif -
- - - - - + Bitcoin Price Reference
- - -
+
- Laravel has wonderful, thorough documentation covering every aspect of the framework. Whether you are new to the framework or have previous experience with Laravel, we recommend reading all of the documentation from beginning to end. + Last Update: {{$rates[0]->updated_at}}
+ Current price reference:
-
-
- -
-
- - -
-
-
- Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process. -
+ + + + + + + + + @foreach ($rates as $rate) + + + + + + + @endforeach + +
NameUnitDescriptionLast Rate (to BTC)
{{$rate->currency->name}}{{$rate->currency->unit}}{{$rate->currency->description}}{{$rate->value}}
- -
-
- - -
- -
-
- Laravel News is a community driven portal and newsletter aggregating all of the latest and most important news in the Laravel ecosystem, including new package releases and tutorials. -
-
-
- -
-
- -
Vibrant Ecosystem
-
- -
-
- Laravel's robust library of first-party tools and libraries, such as Forge, Vapor, Nova, and Envoyer help you take your projects to the next level. Pair them with powerful open source libraries like Cashier, Dusk, Echo, Horizon, Sanctum, Telescope, and more. -
-
-
-
-
- -
-
-
- - - - - - Shop - - - - - - - - Sponsor - -
-
- -
- Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
-- cgit v1.2.3