@extends('layouts.app') @section('title', 'Home') @section('home', 'm-menu__item--active') @section('css') @endsection @section('content')

Permohonan TUNAS

@csrf
@include('admin.tunas.permohonan.pemohon')
@include('admin.tunas.permohonan.pasangan')
@include('admin.tunas.permohonan.anak') @if ($page !="newpage")
@include('admin.tunas.permohonan.upload') @endif
@endsection @section('js') @endsection