@extends('layouts.app')
@section('content')
@if(\Auth::user()->user_type == 'VENDOR')
@else
Access Denied! Only vendors can access this page.
@endif
{{--@include('proedge.modal.vendor.add_vendor')--}}
{{-- @include('proedge.modal.vendor.edit_vendor_blank')--}}
{{--
--}}
@endsection