@extends('layouts._front.dashboard') @section('content') Profile Edit {{ $client->fldClientFirstname }} {{ $client->fldClientLastname }} {{ $client->fldClientAddress }} {{ $client->fldClientCity }} {{ $client->fldClientCity != '' ? ',' : '' }} {{ $client->fldClientState }} {{ $client->fldClientState != '' ? ',' : '' }} {{ $client->fldClientZip }} {{ $client->fldClientCareer }} Contact # {{ $client->fldClientContact }} Email Address {{ $client->fldClientEmail }} Mobile Alerts Off On Email Alerts Off On Promo Code {{ $client->fldClientPromoCode != "" ? $client->fldClientPromoCode : " " }} Birthday {{ $client->fldClientBirthday == "0000-00-00" || $client->fldClientBirthday=="" ? " " : date('F d, Y',strtotime($client->fldClientBirthday)) }} Username {{ $client->fldClientEmail }} Password ••••• Order History View Date Payments Delivery Status Ship To Address Transaction ID Item Details Image @foreach($cart as $carts) Date{!!date('m/d/Y',strtotime($carts->order_date)) !!} Payments${!!$carts->product_price != "" ? number_format($carts->product_price,2) : 0.00!!} Delivery Status Tracking # Not Yet Shipped Ship To Address{!!$carts->fldClientsShippingAddress . ' ' . $carts->fldClientsShippingAddress1 . ', ' . $carts->fldClientsShippingCity . ' ' . $carts->fldClientsShippingState . ' ' . $carts->fldClientsShippingZip!!} Transaction ID{!!$carts->order_no!!} Item Details{!! App\Models\Cart::getImageSize($carts->fldCartImageSize) . ', '. $carts->product_name . ', ' . App\Models\Cart::getFrameAttributes($carts->fldCartFrameDesc) . ', '.App\Models\Cart::getPaperInfo($carts->fldCartPaperInfo) . ', ' . App\Models\Cart::getMat($carts->order_no) !!} Image @endforeach @stop @section('headercodes') @stop @section('extracodes') {{-- */ /* */ /* --}} @stop
{{ $client->fldClientAddress }} {{ $client->fldClientCity }} {{ $client->fldClientCity != '' ? ',' : '' }} {{ $client->fldClientState }} {{ $client->fldClientState != '' ? ',' : '' }} {{ $client->fldClientZip }}
{{ $client->fldClientCareer }}