@php use App\Models\Information; use App\Models\Category; $information = Information::first(); $categories = Category::where('parent_id', null)->where('is_menu', 1)->get(); @endphp
@if(getTotalCart() > 1) {{ getTotalCart()}} items @else {{ getTotalCart()}} item @endif
৳ {{ getTotalAmount() }}