@extends('app') @section('title', $page_data->meta_title?? '') @section('meta_keywords', $page_data->meta_keywords ?? '') @section('meta_description', $page_data->meta_description?? '') @section('head') @endsection @section('content')

{!! $page_information['tpl_txt_1'] !!}

{!! $page_information['tpl_txt_1_1']!!}

{!! $page_information['tpl_txt_2'] !!}

{!! $page_information['tpl_txt_2_1']!!}

{!! $page_information['tpl_txt_3'] !!}

{!! $page_information['tpl_txt_3_1']!!}

@endsection @section('foot') @endsection