@extends("osadmin.adminmainlayout") @section("content")

Vendors List


@if (Session::has("success"))
{{Session::get("success")}}
@endif
@if($wendor->isNotEmpty()) @foreach ($wendor as $wen) @endforeach
Vendor Id Company Name Vendor Name Email Mobile No. Address1 Address2 Country Postal Code Status Action
{{$wen->v_id}} {{$wen->cname}} {{$wen->wname}} {{$wen->email}} {{$wen->mobile}} {{$wen->address1}} {{$wen->address2}} {{$wen->country}} {{$wen->pcode}} View  
{{$wendor->links()}} @endif
@endsection