@extends('student.main') @section('title', 'Praktik Kerja Lapangan') @section('content') @livewire('student.final.work-practice-detail', ['data' => $data, 'stepSideMenu' => $stepSideMenu]) @endsection @push('custom-style') @endpush @push('custom-script') @endpush