@extends('layouts.app') @section('content')
@if(!in_array(\Auth::user()->user_type, ['VENDOR', 'CUSTOMER']))
@else
Access Denied! You do not have permission to view this page.
@endif
@endsection