@extends('main') @section('subjudul') @endsection @section('content')
{{--
--}}
{{-- --}}
@if ($message = Session::get('success')) @endif
@if ($data->count() > 0) @foreach ($data as $item) {{-- --}} @endforeach @else

Tidak ada data.

@endif
Id Nama Level Email Password No Telepon Alamat Action
{{$item}}{{ $item->id }} {{ $item->nama }} {{ $item->level }} {{ $item->email }} {{ $item->password }} {{ $item->noTelp}} {{ $item->alamat}} {{-- --}} Edit Delete
{{-- {{ $data->links() }} --}}
@endsection