@section('content') @extends('layout')
{{ get_content($shop_theme_info, "about", "about_title") }}
{{ get_content($shop_theme_info, "about", "about_first_row_text") }}
T{{ get_content($shop_theme_info, "about", "about_second_row_text") }}
{{ get_content($shop_theme_info, "about", "about_third_row_text") }}
{{ get_content($shop_theme_info, "about", "about_objective_title") }}
{{ get_content($shop_theme_info, "about", "about_objective_description") }}
{{ get_content($shop_theme_info, "about", "about_mission_title") }}
{{ get_content($shop_theme_info, "about", "about_mission_description") }}
{{ get_content($shop_theme_info, "about", "about_vision_title") }}
{{ get_content($shop_theme_info, "about", "about_vision_description") }}
@endsection @section('css') @endsection