@extends('Customer.app') @section('main-content')
Vendors
@foreach($vendors as $ven) @endforeach
Index Vendor Name CNIC No Phone No Address City State
{{$i}} {{ $ven->name }} {{ $ven->cnic }} {{ $ven->phone_no }} {{ $ven->address }} {{ $ven->city }} {{ $ven->state }}
@endsection