@extends('layouts.admin') @section('title','Dashboard') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Profile

My Profile

@csrf

{{ $activeUser->name}}

Edit Profile

@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush