@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Profile') @section('content')

Profile

User profile picture

{{ Auth::user()->name }}

Admin

Change picture
@endsection @section('scripts') @endsection