@extends(template().'layouts.app') @section('title',trans('Register')) @section('content')

@lang(@$registerContent->description->title)

{!! __(@$registerContent->description->description) !!}

@include(template(). 'sections.footer') @endsection @push('extra-js') @endpush @push('script') @endpush