@extends('user::pages.settings.index') @push('styles') @endpush @section('settings-content')
@csrf @method('PATCH')
@if ($user->getFirstMediaUrl('avatar')) @else @endif
@endsection @push('scripts') @endpush