@extends('frontend.partials.master') @push('css') @endpush @section('content') @php $item = Cache::get('site_status'); $ecomm_setting = $item ? json_decode($item) : null; $payment_options=DB::table('pos_setting')->first()->payment_options; @endphp