@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Vendor List

@if (\Session::has('success'))
@endif
@foreach($vendors as $nw) @endforeach
Vendor ID Vendor Name Address Contact Number Created By Edit Delete
{{$nw->id}} {{$nw->vendor_name}} {{$nw->address}} {{$nw->contact_number}} {{$nw->createdByName}}
@include('layouts.footer')