@extends('backend.student.template') @push('title') Student Personal Detail @endpush @section('content-wrapper') @livewire('student.personal-detail') @endsection