@extends('admin.layout.app') @section('style') @endsection @section('content')

{{ $user->name }}

@endsection @section('script') @endsection