@extends('layouts.software') @section('body')

View Customer Master


{{$customers->account_opening_balance_for_cash}}
{{$customers->type_for_cash}}
{{ date('d/m/Y', strtotime($customers->date_for_cash)) }}
{{$customers->customer_since}}
{{$customers->account_opening_balance_for_gold}}
{{$customers->type_for_gold}}
{{ date('d/m/Y', strtotime($customers->date_for_gold)) }}
{{$customers->currency->currency_detail}}
{{$customers->account_name}}
{{$customers->commerical_registration_number}}
{{$customers->contact_person_name}}
{{$customers->office_phone}}
{{$customers->mobile}}
{{$customers->whatsapp}}
{{$customers->email}}
{{$customers->country->name}}
{{$customers->company_address}}
{{$customers->credit_days}}
{{$customers->credit_limit_for_gold}}
{{$customers->credit_limit_for_cash}}
{{$customers->classOfAccount->name}}

{{$customers->vat_number}}
{{$customers->trn_number}}
{{$customers->tin_number}}

Upload Documents
@for ($i = 1; $i < 8; $i++)
{{ $customers->{'doc_name_' . $i} }}
@if (!empty($customers->{'doc_file_' . $i})) @else No Document Found @endif
{{ $customers->{'doc_expiry_' . $i} }}
@endfor
@for ($i = 1; $i < 4; $i++) {{-- @dd(asset('/storage/app/public/' . $customer->{'authorised_sign_'.$i.'_sign_sample'})) --}}
Authosised Sign {{$i}}
{{-- @dd($customer->{'authorised_sign_'.$i.'_name'}); --}}
{{ $customers->{'authorised_sign_'.$i.'_name'} }}
{{ $customers->{'authorised_sign_'.$i.'_civil_id'} }}
{{ $customers->{'authorised_sign_'.$i.'_expiry_date'} }}
@if (!empty($customers->{'authorised_sign_'.$i.'_sign_sample'})) @else No Document Found @endif
{{ $customers->{'authorised_sign_'.$i.'_phone'} }}

@endfor

{{$customers->description}}

@endsection