@extends('admin.layouts.app') @section('contents')

All Custom Pages

@forelse($pages as $page) @if ($page->is_active) @else @endif @empty @endforelse
No. Name Slug Status
{{ $loop->iteration }} {{ $page->title }} {{ $page->slug }}ActiveInactive
No Pages Found
@endsection