@extends('theme::layouts.app') @section('content')

@if(isset($section_title)){{ $section_title }}@else{{ Auth::user()->name . '\'s' }} {{ ucwords(str_replace('-', ' ', Request::segment(2)) ?? 'profile') . __('Settings') }}@endif

@include('theme::settings.partials.' . $section)
@endsection @section('javascript') @endsection