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

Page Content

@foreach ($pages as $page) @if ($page->id == 12 || $page->id == 13 || $page->id == 18) @else @endif @endforeach
Refresh Routes
{{--

Utilities

--}}
@stop