@extends('manage.layouts.app') @section('content')
{{--
Add New
--}}
@if (count($pages) != 0) @foreach ($pages as $page) @endforeach @else @endif
Title URL status Actions
{{$page->title}} {{ 'page/' . $page->slug }} Visit Page {{ $page->status == 1 ? 'Published' : 'Draft' }}
0 Record found.
@endsection