|  | @@ -6,7 +6,7 @@ import Link from "next/link";
 | 
	
		
			
				|  |  |  import { getOnePT } from "@/actions/PT";
 | 
	
		
			
				|  |  |  import { connect } from "react-redux";
 | 
	
		
			
				|  |  |  import ContentWrapper from "@/components/Layout/ContentWrapper";
 | 
	
		
			
				|  |  | -import { Row, Col, Card, CardHeader, CardBody } from "reactstrap";
 | 
	
		
			
				|  |  | +import { Row, Col, Card, CardHeader, CardBody, Button } from "reactstrap";
 | 
	
		
			
				|  |  |  import Loader from "@/components/Common/Loader";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  class PelaporanNew extends Component {
 | 
	
	
		
			
				|  | @@ -34,13 +34,17 @@ class PelaporanNew extends Component {
 | 
	
		
			
				|  |  |  				{/* <Header /> */}
 | 
	
		
			
				|  |  |  				<div className="p-3">
 | 
	
		
			
				|  |  |  					<div className="content-heading">
 | 
	
		
			
				|  |  | -						<div>
 | 
	
		
			
				|  |  | +						<div className="font-color-white">
 | 
	
		
			
				|  |  |  							Pelaporan Baru
 | 
	
		
			
				|  |  |  							{/* <small>Form pembuatan laporan baru v.0.1</small> */}
 | 
	
		
			
				|  |  |  						</div>
 | 
	
		
			
				|  |  |  						<div className="ml-auto">
 | 
	
		
			
				|  |  |  							<Link href="/app/pelaporan/search">
 | 
	
		
			
				|  |  | -								<button className="btn btn-sm btn-secondary text-sm">< back</button>
 | 
	
		
			
				|  |  | +								<Button className="color-3e3a8e" color>
 | 
	
		
			
				|  |  | +									<span className="font-color-white">
 | 
	
		
			
				|  |  | +										< Kembali
 | 
	
		
			
				|  |  | +									</span>
 | 
	
		
			
				|  |  | +								</Button>
 | 
	
		
			
				|  |  |  							</Link>
 | 
	
		
			
				|  |  |  						</div>
 | 
	
		
			
				|  |  |  					</div>
 |