@extends('layouts._front.dashboard') @section('content')

Profile Edit

{{ $client->fldClientFirstname . ' ' . $client->fldClientLastname }}

@if($client->fldClientAddress != "" || $client->fldClientCity != "" || $client->fldClientState != "" || $client->fldClientZip != "")

  {{ $client->fldClientAddress }} {{ $client->fldClientCity }}, {{$client->fldClientState}}, {{ $client->fldClientZip }}

@endif @if($client->fldClientCareer != "")

  {{ $client->fldClientCareer }}

@endif
Contact #
{{ $client->fldClientContact }}
Email Address
{{ $client->fldClientEmail }}
Promo Code
{{ $client->fldClientPromoCode }}
@stop @section('headercodes') @stop @section('extracodes') {{-- */ /* */ /* --}} @stop