@extends('layout/template') @section('content')

Watermark for {{ $current_tenant->name }}

If you set/change/delete the Watermark it will effect your space and traffic in the following ways:

Update Watermark

@csrf
@if (!is_null($current_tenant->watermark))

Delete Watermark

Delete Watermark @endif
Current Watermark:
@if (!is_null($current_tenant->watermark)) @endif
@if ($errors->any())
@endif @endsection