@extends('layouts.main') @section('title') {{ __('settings.title') }} @endsection @section('page_title') {{ __('settings.title') }} @endsection @php $breadcrumbs = [['url' => '', 'label' => __('settings.title')]]; @endphp @section('content')
{{ __('settings.configure_preferences') }}