@php // // if (!Session::get('user_id') ) { // // dd(header('location: ' . url('') )); // } $menu = App\Menu::all()->toArray(); @endphp @extends('master') @section('main_content')

Wait , Please Check your Info before the Check out

First Name Last Name Country Address ZIP Phone
{{$user[0]->{'name'} }} {{$user[0]->{'last_name'} }} {{$user[0]->{'country'} }} {{$user[0]->{'street'} .' '. $user[0]->{'streetNum'} .','. $user[0]->{'city'} }} {{$user[0]->{'ZIP'} }} {{ $user[0]->{'phone'} }}
Wait, need to change somthing All good
{{--
--}} {{--
--}} {{--
--}} @endsection