@extends('layouts.app') @section('title', 'Vendor') @section('content')
Vendors
@if(auth()->user()->user_type_id == 1 ) @endif
@endsection