@extends('layout.app') @section('content')
@foreach($data['supplier'] as $index => $item) @endforeach
No Nama Supplier Alamat Telepon
{{ $index + 1 }} {{ $item->nama_supplier }} {{ $item->alamat }} {{ $item->telepon }}
@endsection @section('script') @endsection