@extends('layouts.dashboard') @section('content')

{{ $title }}

@if(Session::has('msg'))

{{ Session::get('msg') }}

@endif

Contact Details

@foreach($result as $row) @endforeach
Sr.No. Vendor Name Email Id Contact Number Action
{{ $row->id }} {{ $row->vendor_name }} {{ $row->email }} {{ $row->phone }}
@endsection