@extends('admin.layouts.master')
@section('content')
Produk
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
| # |
Nama |
Action |
@foreach ($kategori as $data)
| {{ $no++ }} |
{{ $data->nama }} |
Hapus
|
@endforeach
@endsection
@push('page-scripts')
@endpush
@push('after-scripts')
@endpush