@extends('layouts.index') @section('title') AI @endsection @section('css') @endsection @section('content')
send
{{-- light_mode --}} delete
{{-- --}} @php $auth = Auth::user(); $id = $auth->id; $name = $auth->name; $path = isset(Auth::user()->pegawai) ? asset(Auth::user()->pegawai->foto) : 'https://images.unsplash.com/photo-1511367461989-f85a21fda167?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1631&q=80'; if (Storage::exists(Auth::user()->photos)) { $path = Storage::url(Auth::user()->photos); } @endphp @endsection @section('js') @endsection