@extends('layouts.panel') @section('content')

Ayarlar

Profil ve güvenlik ayarları.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif

Profil

@csrf

Şifre

@csrf
@endsection