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

{{ $user->full_name }} Kullanıcısını Düzenleyin

Seçtiğiniz Kullanıcının Kişisel Bilgilerini Düzenleyiniz.

@csrf
Ad
Soyad
İl
İlçe
Telefon
Email
Şifre
Profil Resmi
Rol Seçiniz
@if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif @endsection @section('javascript') @endsection