@extends('layouts.app') @section('title', __('ui.settings')) @section('content')

{{ __('ui.settings') }}

@csrf @method('PUT')
@endsection