@extends('layouts.app') @section('title', 'Vendors List') @section('content')
{{--

Clients Rate Policy

--}} Add

@foreach ($vendor as $key => $cl) @endforeach
Id Vendor Area Contact Person Action
{{ $cl->sno1 }} {{ $cl->head }} {{ $cl->area }} {{ $cl->cperson }} sno }}'>Edit sno }}' class="btn btn-success btn-lg btn1 confirmation">Delete
Back to menu
@endsection @section('scripts') @endsection