Skip to content

Commit

Permalink
create widget on top on dashboard (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHamzaBham authored Jan 2, 2025
1 parent 65f6174 commit 50ed18e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<div class="container">

<div class="mt-4 row justify-content-center">
<div class="col-md-8">
<div class="col-md-8 order-2 order-md-1 mt-md-auto mt-4">
@include('transactions.list', ['transactions' => $transactions])
</div>


<div class="col-md-4">
<div class="col-md-4 order-1 order-md-2">
<div class="card">
<div class="card-body">
@include('transactions.create-widget')
Expand Down

0 comments on commit 50ed18e

Please sign in to comment.