favicon ?? 'storage/' . $logo->main_logo) }}" type="image/x-icon">
Home
@foreach ($categories as $category)
{{ $category->name }}
@if ($category->posts)
@foreach ($category->data as $post)
{{ $post->title }}
@endforeach
@endif
@endforeach
Contact
Blog
Sign in
Create account
@yield('content')