@extends('admin/layout') @section('title') {{ labels('admin_labels.settings', 'Settings') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp

{{ labels('admin_labels.settings', 'Settings') }}

{{ labels('admin_labels.customize_and_manage_platform_settings_with_ease', 'Customize and Manage Platform Settings with Ease') }}

@endsection