@extends('layouts.master') @section('title',"Profil Ayarları") @section('content')

Kullanıcı Profili

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session()->has('mesaj'))
{{ session('mesaj') }}
@endif
User profile picture

{{ auth()->user()->adsoyad }}

{{ auth()->user()->email }}


@csrf
@endsection @section('footer') @endsection