@extends($layout, ['title' => 'Signup', 'contentwrapper' => null]) @section('content')

{{ $page->type == 'terms' ? 'Terms and Conditions' : 'Privacy Policy' }}

{!! $page->content !!}

@endsection