@include('contact.partials.contact_info_tab')
@include('contact.partials.ledger_tab')
@if(in_array($contact->type, ['both', 'supplier']))
@include('purchase.partials.purchase_table')
@include('contact.partials.stock_report_tab')
@endif
@if(in_array($contact->type, ['both', 'customer']))
@include('sale_pos.partials.sales_table')
@endif
@include('contact.partials.documents_and_notes_tab')