@extends('web.layouts.layout') @section('content')
@include('web.pages.components.header.header')
@CSRF
{{__('web.order_date')}}

{{$date}}

{{__('web.address')}}

{{$address->address}}

{{__('web.way_pay')}}

{{$way->title}}

{{__('web.shipping_way')}}

{{$shipping->title}}

{{__('web.note')}}

{{__('web.coupon')}}

{{__('web.back')}}
@endsection @section('inject_js') @endsection