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

Edit Personil

Perbarui data profil {{ $team->name }}.

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

Biodata Personil

{{-- Nama Lengkap --}}
Nama lengkap beserta gelar akademik.
{{-- Jabatan --}}
{{-- Kategori --}}
{{-- Upload Foto --}}
@if($team->photo) @else @endif
Biarkan kosong jika tidak ingin mengubah foto.
{{-- KOLOM KANAN: SOSMED & URUTAN --}}

Sosial Media

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

{{-- Urutan --}}
Angka kecil tampil di awal.
{{-- TOMBOL AKSI --}}
{{-- INFO META --}}
Ditambahkan: {{ $team->created_at->format('d M Y') }}
Terakhir Update: {{ $team->updated_at->diffForHumans() }}
@stop @push('css') @endpush @push('js') @endpush