@extends('layouts.app') @section('title', __('business.business_locations')) @section('content') @include('layouts.partials.breadcrumb',['page_title'=> __( 'business.view_business_locations') , 'bread_crumbs'=>array( array('title'=>__('business.business'),'url'=>''),array('title'=> __('business.view_your_business_locations'),'url'=>''))])
@component('components.widget', ['class' => 'box-body', 'title' => __( 'business.view_your_business_locations' )])

{{ $location->name }}

{{ $location->landmark }}

{{ $location->email }}

{{ $location->contact_number }}

{{ $location->city ." | ".$location->state ." | ".$location->country }}

@component('components.widget', ['title' => __('business.business_info'),'icon' => __('')])

About {{ $location->name }} Trees Technologies was incorporated in 1991 (formerly as Trees Software Pvt Ltd) is a team of professionals with over 25 year’s experience in the field of developing and managing software. The Consulting division of TT has carried out extensive research jobs in

2014-2019 : IFC ( World Bank) on Border Trade ( Land and Sea) Starting 1998 in HealthCare for WHO, Fred Hollows Foundation and Other Host of Local Clients.

Started 1995 in Legal Automated for Asian Development Bank, The Asia Foundation in Legal and Judicial Reforms in the country. Enabling a Country Wide Digital Platform OliveCliq is a digital platform for HEALTHCARE businesses to run Laboratories (Across Locations), Hospitals (HMS), Clinics on a Cloud-Based Digital PLatform Connected to Patients and Wider Stakeholders. A dwelling for more than two decades has made Trees resilient to survive in tough conditions, helping businesses to take measured steps to digital evolution and transformation. We help to set up, energize, and sustain digital services and Technology.

@lang('business.name')

{{ $location->name }}

@lang('business.location_id')

{{ $location->location_id }}

@lang('business.alternate_number')

{{ $location->alternate_number }}

@lang('business.email')

{{ $location->email }}

@lang('business.mobile')

{{ $location->mobile_number }}

@lang('business.website')

{{ $location->website }}

@endcomponent
@component('components.widget', ['title' => __('business.business_contact_info'),'icon' => __('')])

About {{ $location->name }} Trees Technologies was incorporated in 1991 (formerly as Trees Software Pvt Ltd) is a team of professionals with over 25 year’s experience in the field of developing and managing software. The Consulting division of TT has carried out extensive research jobs in

2014-2019 : IFC ( World Bank) on Border Trade ( Land and Sea) Starting 1998 in HealthCare for WHO, Fred Hollows Foundation and Other Host of Local Clients.

@lang('business.contact_person')

{{ $location->contact_person_name }}

@lang('business.contact_number')

{{ $location->contact_number }}

@lang('business.landmark')

{{ $location->landmark }}

@lang('business.country')

{{ $location->country }}

@lang('business.state')

{{ $location->state }}

@lang('business.city')

{{ $location->city }}

@endcomponent
@component('components.widget', ['title' => __('business.business_other_info'),'icon' => __('')])

About {{ $location->name }} Trees Technologies was incorporated in 1991 (formerly as Trees Software Pvt Ltd) is a team of professionals with over 25 year’s experience in the field of developing and managing software. The Consulting division of TT has carried out extensive research jobs in

2014-2019 : IFC ( World Bank) on Border Trade ( Land and Sea) Starting 1998 in HealthCare for WHO, Fred Hollows Foundation and Other Host of Local Clients.

@lang('business.default_selling_price_group')

{{ $location->default_selling_price_group }}

@lang('business.invoice_scheme_for_pos')

{{ $location->invoice_scheme_for_pos }}

@lang('business.invoice_layout_for_pos')

{{ $location->invoice_layout_for_pos }}

@lang('business.invoice_scheme_for_sale')

{{ $location->invoice_scheme_for_sale }}

@lang('business.invoice_layout_for_sale')

{{ $location->invoice_layout_for_sale }}

@endcomponent
@endcomponent
@endsection