@extends('layouts.app') @section('title', 'Admin Profile') @section('content') @livewire('admin.profile.profile-component') @endsection