@extends('layouts.user_type.guest') @section('header_title', __('Home')) @section('content')

{{ setting('site_name') }}

{{ __('MigMigAI helps shop owners manage Instagram pages with AI-powered content, planning, and customer response tools.') }}

@if(isset($activeLiveRooms) && $activeLiveRooms->isNotEmpty())

{{ __('Active live streams') }}

{{ __('Public streams that are currently available to watch.') }}

@auth {{ __('Manage live streams') }} @endauth
@foreach($activeLiveRooms as $room)
@endforeach
@endif @if(isset($latestBlogs) && $latestBlogs->isNotEmpty())

{{ __('Latest articles') }}

{{ __('All articles') }}
@foreach($latestBlogs as $blog)
@endforeach
@endif
@endsection