%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/klinisol/klinisol-api/resources/views/
Upload File :
Create Path :
Current File : /var/www/html/klinisol/klinisol-api/resources/views/privacy.blade.php

<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>Terms and conditions</title>

    <!-- Styles -->
    <style>
        html, body {
            background-color: #fff;
            color: #636b6f;
            font-family: 'Nunito', sans-serif;
            font-weight: 200;
            height: 100vh;
            margin: auto;
            max-width: 95%;
        }

        .flex-center {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .position-ref {
            position: relative;
        }

        .app-logo-image {
            margin-top: 20px;
            margin-bottom: 10px;
        }

        h3 {
            font-weight: bold;
        }
        p {
            font-size: 12px;
        }
    </style>
</head>
<body>
<div class="flex-center position-ref">
    <div class="content">
        <div style="text-align: center">
            <img class="app-logo-image" src="{{asset('images/logo.png')}}" alt="Klinisol" width="300">
        </div>
        <h2>{{ $data['title'] }}</h2>
        <small>{{ $data['last_updated_at'] }}</small>
            @foreach($data['sections'] as $section)
                <h3>{{$section['title']}}</h3>
                @foreach($section['content'] as $item)
                    <p>{!! $item !!}</p>
                @endforeach
            @endforeach
    </div>
</div>
</body>
</html>

Zerion Mini Shell 1.0