@extends('backend.student.template') @push('title') Intern List @endpush @section('content-wrapper') @livewire('student.intern-list') @endsection