@extends('layouts.app')
@section('title', 'TeqTank Settings | Shopping Cart')
@section('extrastyles')
@endsection
@section('content')
TeqTank {{ ucwords(str_replace('-',' ',$page)) }} Settings
@include('flash::message')
@include('Product::shopping-cart.teqtank._home_popup')
@endsection
@section('footer')
@endsection