@extends('admin.layouts.master') @section('content')

@foreach($pages as $p) @endforeach
Title Heading Content Created on Updated on Action
{{ $p->title }} {{ $p->heading }} {{ \Illuminate\Support\Str::limit($p->content, 80, '...') }} {{ $p->created_at }} {{ $p->updated_at }}    
@endsection