@extends('layouts.mobile-front') @section('title'){{ $page->title }} - {{config('app.name')}}@endsection @section('content')

{{ $page->title }}

{!! $page->content !!}
@endsection