@extends('layouts.backend') @section('title','Karyawan - Data Customer') @section('header','Data Customer') @section('content') @if ($message = Session::get('success'))
| # | Nama | Alamat | No Telpon | Action | |
|---|---|---|---|---|---|
| {{$no}} | {{$item->name}} | {{$item->email}} | {{$item->alamat}} | {{$item->no_telp}} | Detail |