@section('meta_title', $page->meta_title) @section('description', $page->meta_description) {{-- facebook meta tags --}} @section('fb_meta_title', $page->meta_title) @section('fb_description', $page->meta_description) @section('fb_route', URL::current()) @section('fb_type', 'website') @section('fb_image', asset('/images/new_design_2022/offer_ca3rd.png')) {{--twitter meta tags --}} @section('twitter_meta_title', $page->meta_title) @section('twitter_description', $page->meta_description) @section('twitter_url', URL::current())