@extends('layouts.front-end.app')
@section('title',\App\CPU\translate('Order Complete'))
@push('css_or_js')
@endpush
@section('content')
@if(auth('customer')->check())
{{\App\CPU\translate('your_order_has_been_placed_successfully!')}}
!
{{\App\CPU\translate('Hello')}}, {{auth('customer')->user()->f_name}}
{{\App\CPU\translate('You order has been confirmed and will be shipped according to the method you selected!')}}
@endif
@endsection
@push('script')
@endpush