@extends('backend.layouts.page') @section('title') {{ $data->name }} @endsection @push('after-styles') @endpush @section('content')
{!! $data->description !!}
@endsection