@extends('layouts.simple.master') @section('title', trans(app()->getLocale() . '.settings_management')) @section('css') @endsection @section('main_content')

{{ trans(app()->getLocale() . '.settings') }}

@csrf
@endsection @section('scripts') @endsection