@extends('layouts.master') @section('title',"Kullanıcı Detay") @section('head') @endsection @section('content')

Kullanıcı Bilgileri | @if($kullanici->id > 0) @endif

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif
@csrf
@endsection @section('footer') @endsection