diff --git a/resources/views/components/body/wrapper.blade.php b/resources/views/components/body/wrapper.blade.php index f85e02c..ea248c8 100644 --- a/resources/views/components/body/wrapper.blade.php +++ b/resources/views/components/body/wrapper.blade.php @@ -1,8 +1,8 @@
{{ $slot }}
diff --git a/resources/views/components/modals/register.blade.php b/resources/views/components/modals/register.blade.php index 1ff214d..b87f0a4 100644 --- a/resources/views/components/modals/register.blade.php +++ b/resources/views/components/modals/register.blade.php @@ -1,6 +1,4 @@ -
-
-
-
-

You need to register an account first!

+
+

You need to register an account first!

-

- This is an easy process and allows the comments within these blogs - to be more likely to be actual people. -

+

+ This is an easy process and allows the comments within these blogs + to be more likely to be actual people. +

-
- + -
+
diff --git a/resources/views/livewire/blogs/comments/blog-comments.blade.php b/resources/views/livewire/blogs/comments/blog-comments.blade.php index 2ac89fe..cef3dc9 100644 --- a/resources/views/livewire/blogs/comments/blog-comments.blade.php +++ b/resources/views/livewire/blogs/comments/blog-comments.blade.php @@ -1,4 +1,6 @@
+ +

Comments ({{ count($comments) }})

@@ -38,6 +40,4 @@ class="p-2 w-full rounded-xl text-gray-500" @error('comment')

{{ $message }}

@enderror
- -
diff --git a/resources/views/livewire/blogs/seth/show-blog.blade.php b/resources/views/livewire/blogs/seth/show-blog.blade.php index 7d57459..b0cedd7 100644 --- a/resources/views/livewire/blogs/seth/show-blog.blade.php +++ b/resources/views/livewire/blogs/seth/show-blog.blade.php @@ -14,95 +14,97 @@ @endif @endpush - -
- @role('admin', 'author') - - - - @endrole -
- @if($collection) - - {{ $collection->title }} - - @endif - -

{{ $this->blog->title }}

- -
- @if($this->blog->published_at) - {{ $this->blog->author->name }} {{ $this->blog->published_at_for_humans }} - @else - This blog is in a draft status +
+ + + +
+ @role('admin', 'author') + + + + @endrole +
+ @if($collection) + + {{ $collection->title }} + @endif -
-
-
- {!! $this->blog->getContent() !!} -
+

{{ $this->blog->title }}

+ +
+ @if($this->blog->published_at) + {{ $this->blog->author->name }} {{ $this->blog->published_at_for_humans }} + @else + This blog is in a draft status + @endif +
+
-
-
- - -
- @foreach($this->blog->tags as $tag) - +
+ {!! $this->blog->getContent() !!} +
+ +
+
+ + +
+ @foreach($this->blog->tags as $tag) + {{ $tag->name }} - @endforeach + @endforeach +
-
-
- +
+ +
-
-
- @if($prev) -
- -
- Previous blog -
+
+ @if($prev) + + @else +
+ @endif -
{{ $prev->title }}
- -
- @else -
- @endif - - @if($next) - - @endif -
+ @if($next) + + @endif +
-
- @if ($recentBlog) -

Recent Blog

- - @endif +
+ @if ($recentBlog) +

Recent Blog

+ + @endif +
- - -
- + +