@extends('backend.student.template') @push('title') Profile @endpush @section('content-wrapper') @livewire('student.profile') @endsection