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

Profile Edit

{{ $shopOwner->fldShopOwnerFirstname . ' ' . $shopOwner->fldShopOwnerLastname }}

@if($shopOwner->fldShopOwnerAddress != "" || $shopOwner->fldShopOwnerCity != "" || $shopOwner->fldShopOwnerState != "" || $shopOwner->fldShopOwnerZip)

  {{ $shopOwner->fldShopOwnerAddress . ' ' . $shopOwner->fldShopOwnerCity . ' ' . $shopOwner->fldShopOwnerState . ' ' . $shopOwner->fldShopOwnerZip }}

@endif @if($shopOwner->fldShopOwnerProfession != "")

  {{ $shopOwner->fldShopOwnerProfession }}

@endif
Contact #
{{ $shopOwner->fldShopOwnerPhoneNo }}
Email Address
{{ $shopOwner->fldShopOwnerEmail }}
Authorization
{{ $shopOwner->fldShopOwnerAuthorization }}
@stop @section('headercodes') @stop @section('extracodes') {{-- */ /* */ /* --}} @stop