@extends('layouts.front') @section('content')

{{$page->title}}

{!! $page->content !!}
@if($page->files)
@foreach($page->files as $file) @endforeach
@endif
@endsection