@extends('layouts.frontend.app') @section('title') {{$title}} @endsection @section('meta') @endsection @push('css') @endpush @section('content')

Account Information

Name : {{Auth::user()->name}}
Phone : {{Auth::user()->phone}}
Mail : {{Auth::user()->email}}
Address : {{Auth::user()->address}}

Change Password

@csrf @method('PUT')
{{-- model end --}} @endsection @push('js') @endpush