@if(Auth::user()->type==0 or in_array('Admin.blogs.index',$arrayPermD))
{{$data['blog']}}
{{__('Blogs')}}
@endif
@if(Auth::user()->type==0 or in_array('Admin.comments.index',$arrayPermD))
{{$data['comment']}}
{{__('Comment')}}
@endif
@if(Auth::user()->type==0 or in_array('Admin.users.index',$arrayPermD))
{{$data['allUsers']}}
{{__('Users')}}
@endif
{{$data['sumPageViews']}}
{{__('Visit')}}
@if(Auth::user()->type==0 or in_array('Admin.products.index',$arrayPermD))
{{$data['product']}}
{{__('Product')}}
@endif
@if(Auth::user()->type==0 or in_array('Admin.categorys.index',$arrayPermD))
{{$data['category']}}
{{__('Category')}}
@endif
@if(Auth::user()->type==0)
{{number_format($data['sumTotalPay'])}} {{$prefix}}
{{__('Total Sales')}}
@endif
@if(Auth::user()->type==0 or in_array('Admin.orders.index',$arrayPermD))
{{$data['orderŲAll']}}
{{__('Order')}}
@endif
@if(Auth::user()->type==0 or in_array('Admin.orders.new',$arrayPermD))
{{$data['orderNew']}}
{{__('New Order')}}
@endif
@if(Auth::user()->type==0 or in_array('Admin.orders.confirmed',$arrayPermD))
{{$data['orderConfirm']}}
{{__('Confirmed Orders')}}
@endif
@if(Auth::user()->type==0 or in_array('Admin.orders.posted',$arrayPermD))
{{$data['orderSend']}}
{{__('Order Send')}}
@endif
@if(Auth::user()->type==0 or in_array('Admin.orders.delivered',$arrayPermD))
{{$data['orderDelivered']}}
{{__('Order Delivered')}}
@endif