@extends('layout.backend.app',[ 'title' => 'Welcome', 'pageTitle' => 'Profile', ]) @section('content') @include('layout.component.alert-dismissible')
Email : {{ Auth::user()->email }}
{{ Auth::user()->name }}

{{ 'updated at '.\Carbon\Carbon::parse(Auth::user()->updated_at)->diffForHumans() }}

Edit Profile
@csrf @method('PATCH')
kosongkan kolom password jika tidak ingin mengubah password
Set Ticket Limit
Today available tickets : {{ $todayAvailableTickets }}
@csrf
@endsection