@extends('web.layouts.layout') @section('content')
@include('web.home.other._founder')

{{ __('main.work_team') }}

@if(isset($generalTeams)) @foreach($generalTeams as $team)
{{ $team->currentDescription->title ??
{{ $team->currentDescription->job_title ?? "" }}
{{ $team->currentDescription->title ?? "" }}
@endforeach @endif
@endsection