@extends('layout.with-main') @section('breadcrumbs') @endsection @section('page', 'page__page--index') @section('main')

Pages

@foreach ($pages as $page) @endforeach
{{ $page->name }}
@endsection