@extends(get_view('index')) @section('title'){{ translate('cookie_policy') }} - @endsection @section('header') @endsection @section('content')
{!! translate('cookie_policy_content') !!}
@endsection @section('footer') @endsection