@extends('layout') @section('title', 'Order') @section('content') @if(session('customer_id')) {{ __('text.dashboard') }} {{ __('text.order') }} {{ __('text.placed')}} @endif
{{ __('text.thanks') }}