@extends('member.layouts.app') @section('content') @include('member.layouts.partial.toolbar', ['breadcrumb' => 'Profile'])
Profile Details
{{ $auth->name }}
{{ $auth->email }}
@endsection @push('scripts') @endpush