@if(isset($buyer_typechannel_List) && !empty($buyer_typechannel_List)) @foreach($buyer_typechannel_List as $key => $buyer_typechannel_data) @endforeach @else @endif
{{__('locale.S.no')}} {{__('locale.name')}} {{__('locale.company_name')}} {{__('locale.action')}}
{{$key+1}} {{$buyer_typechannel_data->name}} {{$buyer_typechannel_data->companyname->company_name}} @if($editUrl=='buyer-type-channel.edit') @if(in_array('update',Helper::getUserPermissionsModule('buyer_type_channel'))) edit @endif @else edit @endif @if($deleteUrl=='buyer-type-channel.delete') @if(in_array('delete',Helper::getUserPermissionsModule('buyer_type_channel'))) delete @endif @else delete @endif

{{__('locale.no_record_found')}}

@if(isset($buyer_typechannel_List) && !empty($buyer_typechannel_List)) {!! $buyer_typechannel_List->links('panels.paginationCustom') !!} @endif