@extends('layouts.app') @section('title', 'Sub Kategori') @section('breadcrumb') @endsection @section('title-section', 'Sub Kategori') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
Tambah Sub Kategori @foreach ($data as $key => $row) @if ($row->kategori === null) @else @endif @endforeach
# Sub Kategori Kategori Action
{{ $key + 1 }} {{ $row->nama_subkategori }}{{ $row->kategori->nama_kategori }}
@method('DELETE') @csrf Edit
@endsection