@extends('layouts.main') @section('title', 'Anggota') @section('subtitle', 'Data Anggota') @section('content')
@if (Auth::user()->id_role == 1) + Tambah Data @elseif (Auth::user()->id_role == 2) + Tambah Data @else + Tambah Data @endif
@if (Auth::user()->id_role == 1) Cetak PDF @elseif (Auth::user()->id_role == 2) Cetak PDF @else Cetak PDF @endif
No No. Anggota Nama Jenis Anggota Alamat Pekerjaan No. Handphone Aksi
@if (session('success')) @endif @if ($errors->any()) @endif @if (Auth::user()->id_role == 1) @elseif (Auth::user()->id_role == 2) @else @endif @endsection