@include('front.layout.front_head')
@include('front.layout.front_header')
@include('front.layout.front_breadcrumbs')
@if(count($stores) > 0) @foreach($stores as $st)
Coupons({{$st->total_coupons + $at}})
@endforeach @else
No Active Store
@endif
@include('front.layout.front_sidebar')
@include('front.layout.front_footer')