@extends('front_end.template.layout') @section('content')

About Us

@php $about_us_title = \App\Models\AboutusPageSetting::where('meta_key', 'about_us_title')->first(); $about_us_description = \App\Models\AboutusPageSetting::where('meta_key', 'about_us_description')->first(); $about_us_title = $about_us_title && $about_us_title->meta_value ? $about_us_title->meta_value : ''; $about_us_description = $about_us_description && $about_us_description->meta_value ? $about_us_description->meta_value : ''; @endphp

{!! $about_us_title !!}

{!! $about_us_description !!}

@php $founder_date = \App\Models\AboutusPageSetting::where('meta_key', 'founder_date')->first(); $founder_title = \App\Models\AboutusPageSetting::where('meta_key', 'founder_title')->first(); $founder_description = \App\Models\AboutusPageSetting::where('meta_key', 'founder_description')->first(); $founder_image = \App\Models\AboutusPageSetting::where('meta_key', 'founder_image')->first(); $founder_image = $founder_image && $founder_image->meta_value ? $founder_image->meta_value : ''; $founder_date = $founder_date && $founder_date->meta_value ? $founder_date->meta_value : ''; $founder_title = $founder_title && $founder_title->meta_value ? $founder_title->meta_value : ''; $founder_description = $founder_description && $founder_description->meta_value ? $founder_description->meta_value : ''; @endphp

{!! $founder_date !!} {!! $founder_title !!}

{!! $founder_description !!}

about
@php $our_story_title = \App\Models\AboutusPageSetting::where('meta_key', 'our_story_title')->first(); $our_story_date = \App\Models\AboutusPageSetting::where('meta_key', 'our_story_date')->first(); $our_story_description = \App\Models\AboutusPageSetting::where('meta_key', 'our_story_description')->first(); $our_story_title = $our_story_title && $our_story_title->meta_value ? $our_story_title->meta_value : ''; $our_story_date = $our_story_date && $our_story_date->meta_value ? $our_story_date->meta_value : ''; $our_story_description = $our_story_description && $our_story_description->meta_value ? $our_story_description->meta_value : ''; @endphp

{!! $our_story_title !!}

{!! $our_story_date !!}

{!! $our_story_description !!}
@php $our_vision_title = \App\Models\AboutusPageSetting::where('meta_key', 'our_vision_title')->first(); $our_vision_description = \App\Models\AboutusPageSetting::where('meta_key', 'our_vision_description')->first(); $our_vision_title = $our_vision_title && $our_vision_title->meta_value ? $our_vision_title->meta_value : ''; $our_vision_description = $our_vision_description && $our_vision_description->meta_value ? $our_vision_description->meta_value : ''; @endphp

{!! $our_vision_title !!}

{!! $our_vision_description !!}

@endsection