@extends('layouts.website') @section('title', 'Checkout') @section('content')

Checkout

Confirm your details and place your order.

@csrf
@endsection @section('scripts') @endsection