@extends('frontend.layouts.app') @section('title', $title) @section('description', $description) @section('content') @include('frontend.layouts.breadcrumb', ['title' => 'Team Details'])
{{ $team->name }}

{{ $team->name }}

{{ $team->position }}

Biography

{{ $team->bio ?: ($team->name . ' supports Ndarama Technologies in delivering practical software systems, implementation support, and client-focused digital operations.') }}

    @if(!is_null($team->experience_years))
  • Experience : {{ $team->experience_years }} Years
  • @endif @if($team->department)
  • Department : {{ $team->department->name }}
  • @endif @if($team->email)
  • E-Mail : {{ $team->email }}
  • @endif @if($team->phone)
  • Phone : {{ $team->phone }}
  • @endif
@if($relatedTeams->count() > 0)
Our Team

More Team Members

@foreach($relatedTeams as $member)
{{ $member->name }}

{{ $member->name }}

{{ $member->position }}

@endforeach
@endif

Working Skills

Our team combines software engineering, systems thinking, support, and practical delivery for real client operations.

0+

Successful Projects

0+

Digital Solutions

Contact Me

Get in touch with {{ \Illuminate\Support\Str::before($team->name, ' ') }}

@csrf @include('frontend.partials.contact-spam-fields')
@include('frontend.partials.newsletter') @endsection