@extends('front.layouts.app') @section('title', !empty($schedule) ? (!empty($data->meta_title) ? $data->meta_title : 'Cart') : 'Cart') @section('description', !empty($schedule) ? (!empty($data->meta_description) ? $data->meta_description : '') : '') @section('keywords', '') @section('css') @endsection @section('content')
Total {{$total ?? 0.00}} $
@if($total == 0) Proceed to checkout @else Proceed to checkout @endif