@extends('Frontend.Template.layout') @section('title') {{ $title }} @endsection @section('content')

{{ $title }}

{!! $content !!}

@foreach($pages as $page) @endforeach
@endsection