@extends('layout.default') @section('breadcrumbs') @endsection @section('page', 'page__page--index') @section('content')

Pages

@foreach ($pages as $page) @endforeach
{{ __('common.name') }} Created Updated
{{ $page->name }}
@endsection