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

Profile Edit

{{ $manager->fldManagerFirstname }} {{ $manager->fldManagerLastname }}

@if($manager->fldManagerAddress != "" || $manager->fldManagerCity != "" || $manager->fldManagerState != "" || $manager->fldManagerZip != "")

  {{ $manager->fldManagerAddress }} {{ $manager->fldManagerCity }} {{ $manager->fldManagerCity != "" ? ", " : "" }} {{$manager->fldManagerState }} {{ $manager->fldManagerState != "" ? ", " : "" }} {{ $manager->fldManagerZip }}

@endif @if($manager->fldManagerProfession != "")

  {{ $manager->fldManagerProfession }}

@endif
Contact #
{{ $manager->fldManagerPhoneNo }}
Email Address
{{ $manager->fldManagerEmail }}
Authorization
{{ $manager->fldManagerAuthorization }}

Order History ({{date('F Y')}} ) View


@if( !empty($cart_order_array) ) @foreach($cart_order_array as $cart_order_no => $cart_order_item)

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