@extends('layouts.admin')
@section('title', "Data $title ยท")
@section('breadcrumb')
@endsection
@section('content')
| No |
Kode Merk |
Nama Merk |
Aksi |
@endsection
@push('js')
@endpush
@push('modal')
@can('create-item-brand')
@include('app.item.brand.add')
@endcan
@can('edit-item-brand')
@include('app.item.brand.edit')
@endcan
@endpush