@extends('frontend.layouts.app') @section('content') @php $user = Auth::user(); @endphp {{ $user->name }} {{ $user->email }} Account Information @csrf Profile Update @endsection @push('js') @endpush