@extends('backend.layouts.master') @section('title') Kullanıcı Güncelle | {{ $user->first_name }} {{ $user->last_name }} @endsection @section('breadcrumb')
Kullanıcı Güncelleme
@endsection @section('content')
@csrf
Profil Resmi
Geçerli Uzantılar: png, jpg, jpeg. | Max Boyut : 1MB olmalıdır. @error('images')
{{ $message }}
@enderror
@endsection @section('css') @endsection @section('js') @endsection