@extends('frontLayouts.frontApp') @section('headerContent')

{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $data->name_ar : $data->name_en }}

@endsection @section('class') our_culture art @endsection @section('frontContent')
{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $data->description_ar : $data->description_en }}
#

{{ __('lang.live_experience_with') }}

@endsection @section('js') @endsection