@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Halaman Supplier

@stop @section('content')

Supplier   tambah

@php $no=1 @endphp @foreach ($supplier as $data) @endforeach
No Nama Supplier No Telepon Alamat Harga / Unit Keterangan Aksi
{{$no++}} {{$data->nama_supplier}} {{$data->no_telepon}} {{$data->alamat}} Rp.{{$data->harga}} {{$data->ket}}
@method('delete') @csrf
@stop @section('css') @stop @section('js') @stop