• Home
    • About KNUS
  • Who We Are
    • Goal
    • Vision
    • Mission Statement
    • Legal Status
    • Core values
    • Objective
  • Projects
    • Ongoing Projects
    • Graduated Projects
  • Development Partners
    • Funding Donors
    • Networks Affiliation
  • Managements
    • Executive Committee (EC)
    • Senior Management Team (SMT)
    • Organogram
  • Where We Are
    • Geographic Coverage
    • Office Address
  • Recognition
  • Resource Hub
    • Photo Gallery
    • Videos
    • News Letter
    @php $menu_data = App\Models\Menu::get(); $menu_item = array(); @endphp @foreach($menu_data as $row) @php $menu_item[$row->name] = $row->status; @endphp @endforeach @if($menu_item['Home Page'] == 'Show All')
  • {{ __('Home') }}
    • {{ __('About KNUS') }}
    • {{ __('Who We Are') }}
    • {{ __('Our Working Area') }}
    @csrf
  • @endif @if($menu_item['Home Page'] != 'Show All')
  • {{ __('Home') }}
  • @endif @if($menu_item['About'] == 'Show' || $menu_item['Team Members'] == 'Show' || $menu_item['Testimonials'] == 'Show' || $menu_item['Pricing'] == 'Show' || $menu_item['FAQ'] == 'Show' || $menu_item['Custom Pages'] == 'Show')
  • {{ __('Pages') }}
      @if($menu_item['About'] == 'Show')
    • {{ __('About Us') }}
    • @endif @if($menu_item['Team Members'] == 'Show')
    • {{ __('Team Members') }}
    • @endif @if($menu_item['Testimonials'] == 'Show')
    • {{ __('Testimonial') }}
    • @endif @if($menu_item['Pricing'] == 'Show')
    • {{ __('Pricing') }}
    • @endif @if($menu_item['FAQ'] == 'Show')
    • {{ __('FAQ') }}
    • @endif @if($menu_item['Custom Pages'] == 'Show') @php $custom_pages = App\Models\CustomPage::orderBy('id','asc')->get(); @endphp @foreach($custom_pages as $row)
    • {{ $row->name }}
    • @endforeach @endif
  • @endif @if($menu_item['Services'] == 'Show')
  • {{ __('Services') }}
  • @endif @if($menu_item['Portfolios'] == 'Show')
  • {{ __('Portfolios') }}
  • @endif @if($menu_item['Blog'] == 'Show')
  • {{ __('Blog') }}
  • @endif @if($menu_item['Contact'] == 'Show')
  • {{ __('Contact') }}
  • @endif
{{ __('Call Anytime') }}{{ $global_setting->top_bar_phone }}
    • {{ __('Call Now') }} {{ $global_setting->top_bar_phone }}
    • {{ __('Send Email') }} {{ $global_setting->top_bar_email }}
    • {{ __('Address') }} {{ $global_setting->top_bar_address }}
    @if($global_setting->facebook !='' || $global_setting->twitter !='' || $global_setting->linkedin !='' || $global_setting->instagram !='' || $global_setting->youtube !='' || $global_setting->pinterest !='')
      @if($global_setting->facebook !='')
    • @endif @if($global_setting->twitter !='')
    • @endif @if($global_setting->linkedin !='')
    • @endif @if($global_setting->instagram !='')
    • @endif @if($global_setting->youtube !='')
    • @endif @if($global_setting->pinterest !='')
    • @endif
    @endif