@extends('layouts.master') @section('title') {{ __('privacy_policy') }} @endsection @section('content')
{{ __('System Privacy Policy') }}
@csrf
{{ __('Teacher/Staff Privacy Policy') }}
@csrf
{{ __('Student/Parent Privacy Policy') }}
@csrf
@endsection @section('js') @endsection