@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title')) @section('content')

  

@if($cms)

{{ $cms->cms_name }}

{!! $cms->cms_content !!}
@endif
@endsection