@extends('layouts.app') @include('layouts.footer') @section('content')

{!! $pages->page_name !!}

{!! $pages->page_body !!}
@endsection