@extends('layouts.app') @section('title', __('lang_v1.'.$type.'s')) @section('content')

@lang('lang_v1.'.$type.'s') @lang( 'contact.manage_your_contact', ['contacts' => __('lang_v1.'.$type.'s') ])

@component('components.widget', ['class' => 'box-primary', 'title' => __( 'contact.all_your_contact', ['contacts' => __('lang_v1.'.$type.'s') ])]) @if(auth()->user()->can('supplier.create') || auth()->user()->can('customer.create')) @slot('tool')
@endslot @endif @if(auth()->user()->can('supplier.view') || auth()->user()->can('customer.view'))
@if($type == 'supplier') @elseif( $type == 'customer') @if($reward_enabled) @endif @endif
@lang('lang_v1.contact_id')@lang('business.business_name') @lang('contact.name') @lang('lang_v1.added_on') @lang('contact.mobile') @lang('contact.total_purchase_due') @lang('lang_v1.total_purchase_return_due') @lang('messages.action')@lang('user.name') @lang('lang_v1.added_on'){{session('business.rp_name')}}@lang('lang_v1.customer_group') @lang('business.address') @lang('contact.mobile') @lang('contact.total_sale_due') @lang('lang_v1.total_sell_return_due') @lang('messages.action')
@endif @endcomponent
@endsection