@extends('layouts.app') @section('title', trans('system_settings.page.title')) @push('styles') @endpush @section('content')
{!! getAvatarHtml() !!}
@if (auth()->user()->can('mail_setting.view'))
@endif
@endsection @push('scripts') @if (auth()->user()->can('mail_setting.view')) @endif @endpush