@extends("admin.admin_app") @section("content")

Dashboard

Welcome @if(Auth::user()->usertype==='Admin') Administrator @endif @if(Auth::user()->usertype!=='Admin') {{Auth::user()->usertype}} @endif

@if(Auth::user()->usertype==='Admin') @if(!empty($requestquote)) @endif @endif @if(Auth::user()->usertype!=='Editor') @if(Auth::user()->usertype =='hotelier') @endif @if(Auth::user()->usertype!=='User') @endif @if(!empty($requestquote) && Auth::user()->usertype!=='Admin') @endif @endif
@endsection