@extends('dashboard.layouts.index') @section('page_title') @lang('global.privacy_policy') @stop @section('breadcrumb') @stop @section('content')
@csrf

@lang("global.privacy_policy")

@component('dashboard.components.edit_text_large_large',[ "name" => "privacy", "type" => "text", "title" => __("global.privacy_policy"), "value" => $model!==null?$model->privacy:'' ]) @endcomponent
@stop