@extends('Admin.layouts.app') @section('title', 'Admin Profile') @section('content')

My Profile

@php $profileImage = Auth::user()->images() ->where('type', 'image') ->latest() ->first(); @endphp profile
@endsection @push('body-scripts') @if(Session::has('done')) @endif @endpush