@extends('admin.layout.layout') @section('title', 'Kullanıcı Düzenle') @section('styles') @parent @stop @section('content')

Mail Gönder

{{ $user->name }} {{ $user->surname }}

@csrf @method('POST')
@if($errors->any())
@foreach($errors->all() as $error) @endforeach
@endif
@stop @section('scripts') @parent @endsection