@extends('admin.layouts.app') @section('title', 'CMS / Page Builder') @section('page-title', 'Page Builder') @section('page-subtitle', 'Modify frontend content directly from here.') @section('content')
@foreach($pages as $page)

{{ ucfirst(str_replace('.php', '', $page->page_name)) }}

{{ $page->page_name }} • @if($page->is_configured) Configured @else Not Seeded @endif

@endforeach

Add New Page

Coming Soon

@endsection