@extends('layouts.app')
@section('title', 'All Lock Box')
@push('css')
@endpush
{{-- page connect --}}
@section('content')
Manage Lock Box
Title |
Type |
Code |
Property |
Status |
Action |
@include('layouts.includes.modals.inventory.lock-box.add-modal')
@include('layouts.includes.modals.inventory.lock-box.edit-modal')
@endsection
@push('js')
{{-- --}}
@endpush