@extends('frontend.app') @section('cssFiles') @endsection @section('content')

{{$page->title}}

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