@include('front.layout.front_head')
@include('front.layout.front_header')
@include('front.layout.front_breadcrumbs')
@foreach($sbanners as $sn)
{{$sn->alt_text}}

{{ $sn->name }}

@endforeach
@include('front.layout.front_sidebar')
@include('front.layout.front_footer')