@extends('Manager.Master') @section('header') @stop @section('title') ویرایش کاربر@stop @section('content')
نام و نام خانوادگی : {{ $user->name }}
ایمیل : {{ $user->email }}
آخرین بازدید : {{ verta($user->updated_at)->format('H:i - Y/n/j ') }}