@extends('layouts.appUi') @section('title') ตั้งค่าโปรไฟล์ @endsection @section('header')
ตั้งค่าโปรไฟล์
{{--
4
--}}
@endsection @section('customStyle') @endsection @section('content')
@php $me = Auth::user(); $mockUpPath = asset('app_ui').'/img/default-user-image.png'; if($me->image_profile) $mockUpPath = asset("storage/{$me->image_profile}") @endphp avatar

ผู้ใช้: {{ Auth::user()->username }}

ธีม
รายการเล่น
ตั้งค่า
@endsection @section('modal') @endsection @section('footer') @endsection @section('script') @endsection