@extends('layouts.webLayoutMaster') @section('meta') @endsection @section('canonical') @endsection @section('title') - Checkout @endsection @section('css') @endsection @section('content') Checkout {{-- Checkout Home / Cart / Checkout --}} @csrf Shipping Information Customer Name * Contact Number * Email Address * Country * Select Country @if(isset($countries) && $countries != '[]' && $countries != null) @foreach($countries as $country) country_id == $country->id) selected @endif>{{ ucwords($country->name) }} @endforeach @else No Any Countries @endif Home No * Street * City * State * Postal Code * Description I confirm I am over 18 years old @endsection @section('js') @endsection