@extends('admin.layout.master') @section('title', 'Manage VENDOR') @section('content')

Vendor Info

@if (checkAuthPermission('vendor.create'))
{{ __('obs.add_new') }}
@endif
{{-- --}} @include('v2.inventory.global.party_live_dd', ['type' => 1, 'allow_clear' => true])

# {{ __('obs.code') }} {{ __('obs.user') }} {{ __('obs.name') }} {{ __('obs.name') }} {{ __('obs.mobile') }} {{ __('obs.status') }} {{ __('obs.action') }}
@include('inventory.forms.customer_info')
@php($i = 1) @foreach ($vendors as $vendor) @endforeach
# {{ __('obs.code') }} {{ __('obs.name') }} {{ __('obs.mobile') }} {{ __('obs.address') }} {{ __('obs.bank') }} {{ __('obs.name') }} {{ __('obs.account') }} {{ __('obs.number') }} {{ __('obs.commission{') }} {{ __('obs.commission') }} {{ __('obs.type') }}<< /th>
{{ $i++ }} {{ $vendor->code }} {{ $vendor->name_eng }} {{ $vendor->mobile }} {{ $vendor->address }} {{ $vendor->bank_name }} {{ $vendor->acc_number }} {{ $vendor->commission }} @if ($vendor->commission_type == 1)

{{ __('obs.fixed') }}

@elseif ($vendor->commission_type == 2)

{{ __('obs.customize') }}

@else

{{ __('obs.not') }} {{ __('obs.found') }}

@endif
@if (checkAuthPermission('vendor.edit')) {{ __('obs.edit') }} @endif
@include('admin.global.loader')
@endsection @section('script') @endsection