@extends('master') @section('content')

Provider Details

{{{ $providerData->fname . " " . $providerData->lname }}}

This screen is shows provider details.

Provider Information
{{{ $providerData->fname }}} First Name is required and must be a string.
{{{ $providerData->mname }}} Must be a string.
{{{ $providerData->lname }}} Last Name is required and must be a string.
{{{ $providerData->username }}}

User Role
{{{ $providerRole }}}

Address

Practice office address

{{{ $providerData->street }}} Street is required and must be a string.
{{{ $providerData->streetb }}} Street is required and must be a string.
{{{ $providerData->city }}} Must be a string.
{{{ $providerData->state }}} Must be a string.
{{{ $providerData->zip }}} Zipcode is required.

{{{ $providerData->phone }}}
{{{ $providerData->email }}} Email is required with email format.
{{{ $providerData->state_license_number }}} License is required with one letter and numbers.
@if(($providerData->info === "ChE.forAuthorization-Administrator" || $providerData->info === "ChE.forAuthorization-Provider" || $providerData->info === "ChE.forAuthorization-Staff") && $providerData->authorized == 0 && $providerData->active == 0)
@else @endif
@stop