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

Profile Edit

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

  @if ($manager->fldManagerAddress) {{ $manager->fldManagerAddress }} {{ $manager->fldManagerCity }}, {{$manager->fldManagerState}}, {{ $manager->fldManagerZip }} @endif

  {{ $manager->fldManagerProfession }}

Contact #
{{ $manager->fldManagerPhoneNo }}
Email Address
{{ $manager->fldManagerEmail }}
Authorization
{{ $manager->fldManagerAuthorization }}
@stop @section('headercodes') @stop @section('extracodes') {{-- */ /* */ /* --}} @stop