@extends('frontend.layouts.app') @section('title', $data['heading']) @section('content')

{{ $data['heading'] }}

{!! $data['message']!!}
@endsection