@extends('adminlte::page') @section('title', 'Tambah Personil | Smart Cendekia') {{-- Aktifkan Plugin File Input Custom --}} @section('plugins.BsCustomFileInput', true) @section('content_header')

Tambah Personil Tim

Tambahkan guru, pimpinan, atau staff baru ke dalam direktori website.

@stop @section('content')
{{-- Alert Error Validation --}} @if ($errors->any()) @endif
@csrf
{{-- KOLOM KIRI: DATA UTAMA --}}

Biodata Personil

{{-- Nama Lengkap --}}
Tulis nama lengkap beserta gelar akademik.
{{-- Jabatan --}}
{{-- Kategori --}}
{{-- Upload Foto --}}
Format: JPG, PNG. Ukuran Maks: 2MB. Disarankan rasio kotak (1:1).
{{-- KOLOM KANAN: SOSMED & URUTAN --}}

Sosial Media & Urutan

{{-- Facebook --}}
{{-- Instagram --}}

{{-- Urutan --}}
Angka kecil tampil di awal (0, 1, 2...).
{{-- TOMBOL AKSI --}}
@stop @push('css') @endpush @push('js') @endpush