@extends('layouts.backend') @section('title','Admin - Data Customer') @section('header','Data Customer') @section('content')

Data Customer {{-- Tambah --}}

@foreach ($customer as $item) @endforeach
# Nama Alamat No Telpon Kelamin Action
{{$no}} {{$item->name}} {{$item->alamat}} {{$item->no_telp}} @if ($item->kelamin == 'L') Laki-laki @else Perempuan @endif Info
@endsection @section('scripts') @endsection