@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content') @push('script') @endpush
@include('common.alert')

{{ $data->title }}

{!! $data->content !!}

@endsection