@extends('backend.user.template') @push('title') Profile @endpush @section('container') @livewire('user.profile') @endsection