|  | @@ -6,6 +6,7 @@ import CaseProgress from "@/components/Main/CaseProgress";
 | 
	
		
			
				|  |  |  import TableLaporan from "@/components/Penjadwalan/TableLaporan";
 | 
	
		
			
				|  |  |  import { connect } from "react-redux";
 | 
	
		
			
				|  |  |  import Loader from "@/components/Common/Loader";
 | 
	
		
			
				|  |  | +import Link from "next/link";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  class Penjadwalan extends Component {
 | 
	
		
			
				|  |  |  	constructor(props) {
 | 
	
	
		
			
				|  | @@ -25,7 +26,17 @@ class Penjadwalan extends Component {
 | 
	
		
			
				|  |  |  		const { pelaporan } = this.state;
 | 
	
		
			
				|  |  |  		return (
 | 
	
		
			
				|  |  |  			<ContentWrapper>
 | 
	
		
			
				|  |  | -				<div className="content-heading">Penjadwalan Evaluasi</div>
 | 
	
		
			
				|  |  | +				<div className="content-heading">
 | 
	
		
			
				|  |  | +					<div>Penjadwalan Evaluasi</div>
 | 
	
		
			
				|  |  | +					<div className="ml-auto">
 | 
	
		
			
				|  |  | +						<Link href="/app/pelaporan">
 | 
	
		
			
				|  |  | +							<button className="btn btn-sm btn-secondary text-sm">< back</button>
 | 
	
		
			
				|  |  | +						</Link>
 | 
	
		
			
				|  |  | +						<Link href="/app/pemeriksaan">
 | 
	
		
			
				|  |  | +							<button className="btn btn-sm btn-secondary text-sm">next ></button>
 | 
	
		
			
				|  |  | +						</Link>
 | 
	
		
			
				|  |  | +					</div>
 | 
	
		
			
				|  |  | +				</div>
 | 
	
		
			
				|  |  |  				<Row>
 | 
	
		
			
				|  |  |  					<Col lg="4">
 | 
	
		
			
				|  |  |  						<CaseProgress />
 |