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