@extends('admin.layouts.app') @section('title', 'Kullanıcı Düzenle') @section('page-title', 'Kullanıcı Düzenle') @section('content')
Geri Dön
{{ strtoupper(substr($user->name,0,1)) }}
{{ $user->name }}
— Düzenle
@csrf @method('PUT')
Boş bırakırsan rozet gösterilmez.
İptal
@endsection