@extends('layouts.app') @section('title', 'Clientzone') @section('breadcrumb') @endsection @section('title-section', 'Clientzone') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
@foreach ($data as $key => $row) @endforeach
# Nama No HP Action
{{ $key + 1 }} {{ $row->nama_agen }} {{ $row->no_hp }} Edit
@endsection