@extends('layouts.app') @section('content')
{{ _lang('Add New Contact') }}
{{ csrf_field() }}
{{ _lang('Add New') }}
{{ _lang('Client Portal Access') }}
{{ _lang('If Client have already an account associated with Contact Email then client can login to his account using existing login details') }}.
{{ _lang('If Client do not have any previous account associated with Contact Email then client need to create a new account using that contact email') }}.
@endsection