@extends('layouts.vertical', ['title' => 'User Management']) @push('head-script') @endpush @push('head-scriptTwo') @endpush @section('content')
@php $user = Auth::user(); $today_day = Carbon\Carbon::now(); @endphp
@csrf
Profile information
+99-99-9999-9999
@endsection