@extends('layouts.app') @section('js') @endsection @section('content')

{{ __('Pages') }}

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