@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 @if($shopOwner->fldShopOwnerBusiness != "")

Company: {{ $shopOwner->fldShopOwnerBusiness }}

@endif
Contact #
{{ $shopOwner->fldShopOwnerPhoneNo }}
Email Address
{{ $shopOwner->fldShopOwnerEmail }}
Authorization
{{ $shopOwner->fldShopOwnerAuthorization }}

Order History View

@foreach($cart_order_array as $cart_order_no => $cart_order_item)

@endforeach @if($cart->isEmpty())
No Record Found
@endif
@stop @section('headercodes') @stop @section('extracodes') @stop