@extends('layouts.admin') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Registered Vendor List
Add Vendor
@if($vendor_data) @foreach($vendor_data as $key => $vendor_detail) @endforeach @endif
Sl.No Vendor Name License No. Owner Name Dzongkhag Action
{{ $vendor_detail->id }} {{ @$vendor_detail->vendor_name }} {{ @$vendor_detail->license_no }} {{ @$vendor_detail->owner_name }} {{ @$vendor_detail->getDzongkhag->dzongkhag_name }}
@endsection