@extends('frontend_landing_page.master') @section('content') @php $allpage = DB::table('all_page_images')->where('id', 1)->first(); @endphp

About Us

image
@php $about = DB::table('about_us')->where('id', 1)->first(); $landing = DB::table('landing_pages')->where('id', 1)->first(); @endphp
{{ $about->title}}
About Us

{{ $about->title}}

{{$about->paragraph_one }}

{{$about->paragraph_two }}

{{ $about->achievement_one}}
{{ $about->achievement_two}}
{{ $about->achievement_three}}
{{ $about->achievement_four}}
@endsection