@extends('layouts.admin') @section('title', "Data $title Hilang ยท") @section('breadcrumb')

{{ $title }} Hilang

@endsection @section('content')

Filter

Data {{ $title }} Hilang

@can('create-lost-item') Tambah Data @endcan
No Kode Barang Nama Barang Tanggal Aksi
@endsection @push('js') @endpush @push('modal') @can('create-lost-item') @include('app.item.lost.add') @endcan @endpush