@extends('frontend.layouts.app') @section('meta') @php $metaData = getMeta('about_us'); @endphp @endsection @section('content')

{{ __('About Us') }}

{{ __(@$aboutUsGeneral->our_history_title) }}

{{ __(@$aboutUsGeneral->our_history_subtitle) }}

    @foreach($ourHistories as $ourHistory)
  • {{ $ourHistory->year }}
    {{ Str::limit($ourHistory->title, 23) }}

    {{ Str::limit($ourHistory->subtitle, 100) }}

  • @endforeach
about

{{ __(@$aboutUsGeneral->upgrade_skill_title) }}

{{ __(@$aboutUsGeneral->upgrade_skill_subtitle) }}

Our team

{{ __(@$aboutUsGeneral->team_member_title) }}

{{ __(@$aboutUsGeneral->team_member_subtitle) }}

@foreach($teamMembers as $teamMember)
team
{{ __($teamMember->name) }}

{{ __($teamMember->designation) }}

@endforeach

{{ __(@$aboutUsGeneral->instructor_support_title) }}

{{ __(@$aboutUsGeneral->instructor_support_subtitle) }}

@foreach($instructorSupports as $instructorSupport)
support
{{ Str::limit($instructorSupport->title, 20) }}

{{ Str::limit($instructorSupport->subtitle, 60) }}

{{ __($instructorSupport->button_name) }}
@endforeach
@foreach($clients as $client)
{{ __($client->name) }}
@endforeach
@endsection @push('script') @endpush