@extends('layouts.app') @section('content') {{ __('nav.about') }} {{ __('nav.home') }} {{ __('nav.about') }} @if ($about->years_experience) {{ $about->years_experience }}+ {{ app()->getLocale() === 'ar' ? 'سنوات الخبرة' : "Year's Exprience" }} @endif {{ __('site.about_badge') }} {{ $about->aboutPageHeading() }} @foreach ($about->aboutPageParagraphs() as $paragraph) {{ $paragraph }} @endforeach @if ($about->motto()) “{{ $about->motto() }}” @endif {{ __('site.learn_more') }} @endsection
{{ $paragraph }}
“{{ $about->motto() }}”