@extends('layouts.main') @section('css') @endsection @section('content') {{-- Header --}} {{-- Content --}} Tambah Data Admin @csrf @include('pages.admin._createform') @endsection @section('js') @endsection