Skip to content

Commit

Permalink
Update single-post.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SumaiyaTarannumNoor committed May 30, 2023
1 parent b81079e commit 3ee0862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/single-post.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class = "col-md-6 offset-md-3">
<div class = "card">
<div class= "card-header" style= "background-color:rgba(2,3,10,0.4)">
Product Details <a href = "/posts" class="btn btn-success">Show my products</a>
আইটেম এর বর্ণনা <a href = "/posts" class="btn btn-success">আইটেম দেখুন</a>
</div>
<div class = "card-body" style= "background-color:red">
<h1>{{$post->title}}</h1>
Expand Down

0 comments on commit 3ee0862

Please sign in to comment.