Edit File: rules.blade.php
@extends('layouts.delegate_join_request_layout') @section('style') <style> .terms{ font-size: 100px; color: #0B0B0B; font-weight: bold; } </style> @endsection @section('content') <div class="w-md-50 m-auto p-3 "> <span class="terms">{!! $setting['terms_'.app()->getLocale()] !!}</span> </div> @endsection
Back to File Manager