@extends('blue.layouts.page') @php $title = 'Account Credit Checkout'; @endphp @section('title', $title) @section('head') @parent @endsection @section('page-content') Shopping Cart @endsection