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