@extends('backend.admin-master') @section('site-title') {{__('GDPR Compliant Cookie Settings')}} @endsection @section('content')
@include('backend.partials.message')

{{__("GDPR Compliant Cookie Settings")}}

@csrf
{{__('set cookie expire time, eg: 30, means 30days')}}
{{__('set GDPR cookie delay time, it mean the notification will show after this time. number count as mili seconds. eg: 5000, means 5seconds')}}
@endsection