@extends('admin.layouts.master') @section('cpage', 'active') @section('title') {{ $data['title'] ?? '' }} @endsection @php $row = $data['row']; @endphp @push('style') @endpush @section('content')

{{ $data['title'] ?? '' }}

{{ $data['title'] ?? '' }}

Page Name {{ $row->title }}
Page Slug {{ $row->url_slug }}
Publihed Status @if ($row->is_active == 1) Active @else Inactive @endif
Description {!! $row->body !!}
@endsection