@extends('layouts.app') @section('title', $title) @section('subtitle', $subtitle) @push('css') @endpush @section('content')
| No | Nama Supplier | No Telp | Kategori | Alamat | Action | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $p->name }} | {{ $p->email }} | {{ $p->phone }} | {{ $p->category->name }} | {{ substr($p->address, 0, 10) }} | Show @can('customer-edit') Edit @endcan @can('customer-delete') @endcan |