@extends('layouts.base') @section('content')
@include('partials.bread-crumbs')
@include('partials.buttons.reset')
{{Auth::user()->name}}
{{-- --}}
@endsection @section('custom_scripts') @endsection