@extends('frontend.layouts.app') @section('title') @endsection @section('seo') Home | eg APPAREL @endsection @section('content')
{{-- OUR PRODUCTS --}}
{{--

eg Trends Apparel

--}}

Our Products

eg Skin Essentials

eg Trends Apparel

eg Skin Essentials

{{-- TRENDS --}}

Our Trends Apparel


{{-- BIG SCREEN --}}
{{-- SMALL SCREEN --}}

Our Skin Essentials


{{-- BIG SCREEN --}}
{{-- OUR STORY --}}

Our Story

Our owner and founder, Ms. Edelyn Gonzalvo, also known as Ms. eg, draws her inspiration from her parents, who instilled in her the value of creativity, hard work, and determination. With her passion for fashion and her innovative ideas, Ms. eg began selling her unique clothing designs online during the pandemic and quickly gained popularity on TikTok.

{{-- BLOGS --}}
@if ($big_blog)

{{ $big_blog->title }}

{!! Str::limit($big_blog->description, 100, '...') !!}

Read More
@endif

Latest Blogs

@foreach ($blogs as $item)

{{ $item->title }}

{!! Str::limit($item->description, 100, '...') !!}

Read More
@endforeach
@endsection @section('css') @endsection