@extends('adtrpanel.layouts.master') @section('title','Kullanıcı Yönetimi Düzenle Formu') @section('content') @include('adtrpanel.partials.header')
@include('adtrpanel.partials.errors') @include('adtrpanel.partials.alert')
{{ csrf_field() }}
@if(isset($user) && $user->id != 1) @endif

@if(isset($user)) {{ 100-strlen($user->name) }} @else 100 @endif / 100
@if(isset($user)) {{ 100-strlen($user->email) }} @else 100 @endif / 100
@if(isset($user))
{{ trans('admin.if_not_change_blank') }}
@else
{{ trans('admin.password_length_info') }}
@endif
@endsection @section('css') @endsection @section('js') @endsection