@extends('web.layouts.layout') @section('content')
@foreach($pages as $page)
{{ $page->currentDescription->title }}
{{ wordLimit( $page->currentDescription->description, 10 ) }} {{ __('main.more') }}
@endforeach
@endsection @section('content_js') @endsection