@stack('styles')
Protik Goswami - Portfolio
@yield('home-section')
@yield('about-section')
@yield('achivement-section')
@yield('work-section')
@yield('project-section')
@yield('image-section')
@yield('academic-section')
@yield('skills-section')
@yield('contact-section')
@php
$footer = \App\Models\Footer::getActive();
$footerLinks = \App\Models\FooterSocialLink::getActiveOrdered();
@endphp