@extends('layout') @section('title', 'Order') @section('content') @if(session('customer_id')) @endif
Success

{{ __('text.thanks') }}

{{ __('text.Cshopping') }}
@endsection