@extends('layouts.user') @push('css') @endpush @section('contents')
@includeIf('includes.flash')
@csrf
clients

{{ auth()->user()->name }}

{{ auth()->user()->email }}
@endsection @push('js') @endpush