@extends('admin.layouts.main') @section('content')

{{ $user->name }}

{{ $user->email }}

@endsection @section('script') @endsection