@extends("layouts.master") @section('content') {{-- @if(!empty(@$data)) {!! Form::model($data, ['method' => 'PATCH','route' => ['leads.update', $data->id],'class'=>'form-submit']) !!} @else {!! Form::open(['route' => 'leads.store', 'method' => 'POST','class'=>'form-submit']) !!} @endif --}} @section("button_submit")
@if(permission_check(368,3)) {{ __("application.Edit") }} @endif {{ __('application.Discard') }}
@endsection
{{--
--}}

{{ __('application.Show') }} {{ __('application.customers') }}

{{--
--}}
{{ __('application.Name') }} (KH) :
{{ __('application.Name') }} (EN) :
{{ __('application.Type') }} :
{{ __('application.Phone') }} :
{{ __('application.Status') }} :

{{-- Customer Info --}}
{{ __('application.Email') }} :
{{ __('application.website') }} :
{{__("application.house_no")}} :
{{__("application.street_no")}} :
{{__("application.Province")}} :
{{__("application.District")}} :
{{__("application.Commune")}} :
{{__("application.Village")}} :
{{-- contact of customer --}}
{{-- main contact person --}}

{{ __("application.contact_person_info") }}


{{ __('application.contact_person_name') }} (kh) :
{{ __('application.contact_person_name') }} (en) :
{{ __('application.Gender') }} :
{{ __('application.job_position') }} :
{{ __('application.Phone') }} :
{{ __('application.Email') }} :
 
{{-- Customer social account info --}}

{{ __('application.customer_social_account_info') }}


@php $contact_account_datas = @$data->getContactAccounts; @endphp @if(!empty($contact_account_datas)&&count($contact_account_datas)>0) @foreach ($contact_account_datas as $key_acc=>$contact_account) @endforeach @endif
{{ __('application.No') }} {{ __('application.Name') }} {{ __('application.account_name') }} {{ __('application.link') }}
{{ $key_acc+1 }}
{{ @$contact_account->name }}
{{ @$contact_account->account_name }}
{{-- {!! Form::close() !!} --}} @endsection {{-- include('stock.purchase.js') --}} @section('js') @stop