@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Kullanıcı İşlemleri' => '/root/list/user', ], ]) !!} @endsection @section('content')
{{ $item->city }}
{{ $item->district }}
{{ $item->tel }}
{{ Str::limit($item->email, 20) }}
{{ $item->roles[0]->title }}