@extends('layouts.app') @section('title', 'Daftar Supliyer') @section('content')
| No | Kode | Nama | Telepon | Alamat | Aksi | |
|---|---|---|---|---|---|---|
| {{ $supliyer->firstItem() + $index }} | {{ $item->kode_supliyer }} | {{ $item->nama }} | {{ $item->telepon ?? '-' }} | {{ $item->email ?? '-' }} | {{ Str::limit($item->alamat ?? '-', 30) }} |
Belum ada data supliyer.
Tambah Supliyer Pertama