@extends('layouts.master') @section('title' , __('messages.about')) @section('meta') @endsection @section('content') {{ __('messages.about') }} @if (isset($about) && !empty($about->content)) {!! $about->content !!} @else {{ __('messages.no_data') }} @endif @if (isset($about) && !empty($about->file)) {{ __('messages.Download Company Profile') }} @endif @if($teams->count() > 0) {{ __('messages.Meet Our Team') }} @forelse ($teams as $team) {{ $team->localized_name }} {{ $team->localized_position }} @empty {{ __('messages.no_data') }} @endforelse @endif @include('layouts.clients') @include('layouts.cta') @endsection
{{ $team->localized_position }}
{{ __('messages.no_data') }}