@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') ])

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

@if(auth()->user()->can('supplier.create') || auth()->user()->can('customer.create'))
@endif
@if(auth()->user()->can('supplier.view') || auth()->user()->can('customer.view'))
@if($type == 'supplier') @elseif( $type == 'customer') @endif
@lang('lang_v1.contact_id')@lang('business.business_name') @lang('contact.name') @lang('contact.contact') @lang('contact.total_purchase_due') @lang('messages.action')@lang('user.name') @lang('lang_v1.customer_group') @lang('business.address') @lang('contact.contact') @lang('messages.action')
@endif
@endsection