芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/resources/views/about-us.blade.php
@extends('layout1') @section('title')
{{ $seoSetting->seo_title }}
@endsection @section('meta')
@endsection @section('frontend-content')
{{ __('About Us') }}
{{ __('Home') }}
{{ __('About Us') }}
{{ __('About Us') }}
{{ __('Service') }}
{{ __('History') }}
{!! clean($aboutUs->translation->about_us) !!}
{!! clean($aboutUs->translation->service) !!}
{!! clean($aboutUs->translation->history) !!}
@foreach ($counters as $counter)
{{ $counter->qty }}
{{ $counter->translation->title }}
@endforeach
@php $our_team_section = $sectionControls->where('section_name', 'our_team')->first(); @endphp @if ($our_team_section->status == 1 && $ourTeams->count() > 0)
{{ __('Our Team') }}
{{ __('Meet our dedicated real estate experts, here to help you every step of the way.') }}
@foreach ($ourTeams->take($our_team_section->qty) as $team)
@if ($team->facebook)
@endif @if ($team->twitter)
@endif @if ($team->linkedin)
@endif @if ($team->instagram)
@endif
{{ $team->name }}
{{ $team->designation }}
@endforeach
@endif
@endsection