@extends('app') @push('css') @endpush @section('content') @php $ecomm_setting = DB::table('ecommerce_settings')->first(); $cart_price = $ecomm_setting->cart_price ?? 0; $payment_options=DB::table('pos_setting')->first()->payment_options; @endphp