{{ Auth::user()->name }}
{{ csrf_field() }}
Sign out
    @foreach(Session::get('sidemenu') as $t) @if($t['action'] == '/home')
  • Dashboard
  • @endif @if($t['action'] =='/roles')
  • Roles
  • @endif @if($t['action'] =='/executives')
  • Executives
  • @endif @if($t['action'] =='/customers')
  • Customers
  • @endif @if($t['action'] =='/product_categories')
  • Product-categories
  • @endif @if($t['action'] =='/products')
  • Products
  • @endif @if($t['action'] =='/appointments')
  • Appointments
  • @endif @if($t['action'] =='/celebrity_picks')
  • Celebrity Picks
  • @endif @if($t['action'] =='/meetings')
  • Meetings
  • @endif @if($t['action'] =='/slider_images')
  • Slider Images
  • @endif @endforeach @if($about_us!='' || $terms_of!='' || $policy!='' )
  • CMS
      @if($about_us =='about_us')
    • About Us
    • @endif @if($terms_of =='terms_of')
    • Terms & Condition
    • @endif @if($policy =='policy')
    • Privacy Policy
    • @endif
  • @endif