@extends('student.main')
@section('title', 'Proposal Tugas Akhir')
@section('content')
{{-- --}}
@livewire('student.final.proposal-detail', ['data' => $data, 'stepSideMenu' => $stepSideMenu])
@endsection
@push('custom-style')
@endpush
@push('custom-script')
@endpush