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 dd8ee97 commit 23fcd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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)">
Post Details <a href = "/posts" class="btn btn-success">Show my posts</a>
Product Details <a href = "/posts" class="btn btn-success">Show my products</a>
</div>
<div class = "card-body" style= "background-color:red">
<h1>{{$post->title}}</h1>
Expand All @@ -23,4 +23,4 @@
</div>
</section>
</body>
@endsection
@endsection

0 comments on commit 23fcd3d

Please sign in to comment.