@extends('template_front.index') @section('url'){{url('ktp')}} @stop @section('title','PERSYARATAN PENERBITAN KTP ATAU PERPANJANGAN KTP') @section('description','PERSYARATAN PENERBITAN KTP ATAU PERPANJANGAN KTP') @section('image'){{asset('assets/img/ktp.jpg')}} @stop @section('content')
{!!view('front.right_page', compact('berita'))!!}
@endsection