@extends('layout.b2c') @section('title', $termOfUsePage->title) @section('meta-description', $termOfUsePage->opis) @section('content')

{!! $termOfUsePage->title !!}

{!! $termOfUsePage->opis !!}

@foreach ($staticPages as $sp)

{!! $sp->title !!}

{!! $sp->opis !!}

@endforeach
{{--

Odjava sa pretplate

Odjava se aktivira odmah, a kursevima možete pristupati do kraja uplaćenog perioda

--}}
{!! $termOfUsePage->content !!}
@include('front.partials.index_b2c._footer') @endsection