Items
@php
$get_permission = permission('item-management','full-permission');
@endphp
@if($get_permission)
@endif
Item Image |
Item Name |
Item Price |
Service Name |
Category Name |
Status |
|
@include('gallerymodal')
Are You Sure?
Your recently changed data in this model will be lost.
@endsection
@section('admin_css')
@stop
@section('admin_js')
@include('admin.js.items')
@stop