@extends('web.layouts.layout') @section('content')
@foreach($pages as $page)
{{ $page['title'] }}
{{ $page['intro'] }} See More
@endforeach
@endsection @section('content_js') @endsection