@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 }}

Order History View

@foreach($cart as $carts)
@endforeach
@stop @section('headercodes') @stop @section('extracodes') {{-- */ /* */ /* --}} @stop