@php use App\Models\Information; use App\Models\Category; $information = Information::first(); $categories = Category::where('parent_id', null)->where('is_menu', 1)->get(); @endphp
{{ $information->owner_phone }} {{ $information->topbar_notice }}
@foreach($categories as $cat) @endforeach

@if(getTotalCart() > 1) {{ getTotalCart()}} items @else {{ getTotalCart()}} item @endif

৳ {{ getTotalAmount() }}

@if($information->whats_active == '1') whatsapp--v1 @endif