@extends('theme.layouts.home')
@section('title', isset($seo) ? $seo->title : 'Teem')
@section('description', isset($seo) ? $seo->description : 'Everything we do, we believe in empowering the small business community. The way we do that is by helping them run their business professionally through our online business management tool')
@section('keywords', isset($seo) ? $seo->keywords : 'Teem')
@section('content')
@include('theme.home.tap-payment-page')
{{ trans('front_pages.about_us_page.our_mission') }}
{{ trans('front_pages.about_us_page.our_mission_message') }}
{{ trans('front_pages.about_us_page.our_story') }}
{!! trans('front_pages.about_us_page.our_story_message') !!}
@if (App::isLocale('en'))
{{ trans('front_pages.about_us_page.our_team') }}
{{ trans('front_pages.about_us_page.khadija_nahfawi') }}
{{ trans('front_pages.about_us_page.khadija_nahfawi_role') }}
{{ trans('front_pages.about_us_page.malak_fakeih') }}
{{ trans('front_pages.about_us_page.malak_fakeih_role') }}
{{ trans('front_pages.about_us_page.heba_alsafwani') }}
{{ trans('front_pages.about_us_page.heba_alsafwani_role') }}
{{ trans('front_pages.about_us_page.umeed_emad') }}
{{ trans('front_pages.about_us_page.umeed_emad_role') }}
{{ trans('front_pages.about_us_page.ahmadullah_emad') }}
{{ trans('front_pages.about_us_page.ahmadullah_emad_role') }}
@endif
@section('footer')
@include('theme.layouts.partials.landing-footer')
@show
@include('theme.home.new-sign-up')
@endsection