@extends('master.front') @section('title') {{__('Shipping')}} @endsection @section('content')
{{__('Shipping Address')}}
@csrf
{{__('Back To Cart')}}
@include('includes.checkout_sitebar',$cart)
@endsection