@extends('layouts.main') @section('title', __('home.seo.title')) @section('description', __('home.seo.description')) @section('content') @if(auth()->check())
@include('auth.customer.partials.header')
@endif @endsection