@extends('layouts.app') @section('content') {{ __('nav.our_team') }} {{ __('nav.home') }} {{ __('nav.our_team') }} {{ __('site.our_team_badge') }} {{ app()->getLocale() === 'ar' ? 'فريق متخصص من المحامين والمستشارين القانونيين' : 'A Dedicated Team of Legal & Professional Excellence' }} @foreach ($team as $member) {{ $member->name() }} {{ $member->title() }} @if ($member->bio()) {{ \Illuminate\Support\Str::limit($member->bio(), 140) }} @endif {{ __('site.view_attorney_profile') }} @endforeach @endsection
{{ \Illuminate\Support\Str::limit($member->bio(), 140) }}