@php
$footer = App\Models\Page::with('pageComponents', 'pageComponents.pageComponentMedia')
->where('slug', 'footer')->first();
$orderCount = 0;
if (Auth::check() && Auth::user()->customers != null){
$orderCount = App\Models\Order::where('customer_id',Auth::user()->customers->id)->count();
}
@endphp
@if(Auth::check() && $orderCount == 0)
Use the coupon “SAVE20” at checkout.GET $20 OFF your first order!