@extends('front.layout') @section('styles') @endsection @section('pagename') - {{ __('Checkout') }} @endsection @section('meta-description', !empty($seo) ? $seo->checkout_meta_description : '') @section('meta-keywords', !empty($seo) ? $seo->checkout_meta_keywords : '') @section('breadcrumb-title') {{ __('Checkout') }} @endsection @section('breadcrumb-link') {{ __('Checkout') }} @endsection @section('content')