@extends('admin.layouts.index') @include('admin.layouts.components.asset_validasi') @section('title')

Data Anggota {{ $tipe }}

@endsection @section('breadcrumb')
  • Daftar {{ $tipe }}
  • Data Anggota {{ $tipe }}
  • @endsection @section('content') @include('admin.layouts.components.notifikasi') {!! form_open_multipart($form_action, 'class="form-horizontal" id="validasi"') !!}
    @include('admin.layouts.components.ambil_foto', [ 'id_sex' => $pend['id_sex'], 'foto' => $pend['foto'] ?? $pend['foto_anggota'], 'lokasiFoto' => $pend['foto'] && $tipe === 'Kelompok' ? LOKASI_FOTO_KELOMPOK : ($pend['foto'] ? LOKASI_FOTO_LEMBAGA : LOKASI_USER_PICT), ])

    *Pastikan nomor anggota belum pernah dipakai.

    @if (!empty($pend)) @endif
    @if ($tipe == 'Lembaga')
    @endif
    @endsection @include('admin.layouts.components.capture') @include('admin.layouts.components.datetime_picker') @push('scripts') @endpush