@extends('layouts.app')
@section('title', __('contact.view_contact'))
@section('content')
@if($contact->landmark)
{{ $contact->landmark }}
@endif
{{ ', ' . $contact->city }}
@if($contact->state)
{{ ', ' . $contact->state }}
@endif
{{ $contact->supplier_business_name }}
{{ $contact->mobile }}
{{ $contact->landline }}
{{ $contact->alternate_number }}
{{ $contact->tax_number }}
{{ ucfirst($contact->pay_term_type) }}
{{ $contact->pay_term_number }}
{{ $contact->total_purchase }}
{{ $contact->purchase_paid }}
{{ $contact->total_purchase - $contact->purchase_paid }}
{{ $contact->total_invoice }}
{{ $contact->invoice_received }}
{{ $contact->total_invoice - $contact->invoice_received }}
{{ __('contact.view_contact') }}
@if($contact->type == 'both')
@lang( 'contact.contact_info', ['contact' => __('contact.contact') ])
@else
@lang( 'contact.contact_info', ['contact' => ucfirst($contact->type) ])
@endif
@lang('business.address')
@if($contact->country)
{{ $contact->country }}
@endif
@lang( 'contact.all_purchases_linked_to_this_contact')
Date
Ref No.
Supplier
Purchase Status
Payment Status
Grand Total
@lang('purchase.payment_due')
Action
@lang( 'contact.all_sells_linked_to_this_contact')
@lang('messages.date')
@lang('sale.invoice_no')
@lang('sale.customer_name')
@lang('sale.payment_status')
@lang('sale.total_amount')
@lang('sale.total_paid')
@lang('sale.total_remaining')
Action