{{ details.CompanyName() }}

{{ details.ContactPerson() }}
{{ details.Address() }}
{{ details.EmailAddress() }}
{{ details.ContactNumber() }}

Status : {{ details.Status() ? 'Active' : 'Inactive'}}
Created : {{ details.CreateDate()|date("F d, Y h:i a") }}
Last Update : {{ details.UpdateDate()|date("F d, Y h:i a") }}

Settings

Current Max
Admin {{ count.TotalAdmins }} {{ settings.MaxAdmin() }}
Employee {{ count.TotalEmployees }} {{ settings.MaxEmployee() }}
Storage Capacity {{ settings.StorageCapacity() }} {{ settings.StorageCapacity() }}

Admins

{% for item in admins %} {% endfor %}
Name Email
{{ item.name() }} {{ item.email() }}

Modules

{% for item in modules %} {% endfor %}
{{ item.Module.module() }}

Branches

{% for item in branches %} {% endfor %}
{{ item.Branch() }}

Contracts

{% for item in contracts %} {% endfor %}
Start End Contract
{{ item.StartDate|date("F d, Y") }} {{ item.EndDate|date("F d, Y") }} Download