logo
  • Home
  • @foreach($pages as $page)
  • {!! $page->heading !!} @if($page->activeChildrens)
      @foreach($page->activeChildrens as $child)
    • {!! $child->heading !!}
    • @endforeach
    @endif
  • @endforeach
  • Project
      @foreach($projects as $project)
    • {!! $project->heading !!}
    • @endforeach
  • Services
      @foreach($services as $service)
    • {!! $service->heading !!}
    • @endforeach
  • Products
      @foreach($categories as $category)
    • {!! $category->heading !!}
    • @endforeach
  • Career
  • Contact Us