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