@extends('layouts.master') @section('page.name', __(":name - Settings", ['name' => $user->name])) @push('css') @endpush @section('page.body') {{strtoupper($user->name) . ' | ' . __('Settings')}} {{ Breadcrumbs::render('profile', $user->name) }} @include('profile.settings.partials.tabs.general') @include('profile.settings.partials.tabs.security') @if(Auth::user()->priority() < $user->priority()) @include('profile.settings.partials.tabs.administration') @endif {{$user->name}} {{__('General')}} {{__('Security')}} @if(Auth::user()->priority() < $user->priority()) {{__('Manage')}} @endif @endsection @push('data') @endpush