@extends('layouts.app') @section('title', 'Settings') @section('page-wrapper')
@include('settings.setting-items')
@csrf

Terms and Conditions

@error('terms_and_conditions')
{{ $message }}
@enderror
{{-- --}}
@if (session('success') === 'Terms and conditions updated successfully!') @endif @endsection @section('scripts') @endsection