@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content') @push('script') @endpush
{{ $data->title }}
{!! $data->content !!}