@extends('layouts.app')
@section('title', \App\CPU\translate('Shelf Expiry List'))
@push('css_or_js')
@endpush
@section('content')
@include('includes.breadcrumb', [
'title' => 'Shelf Expiry List',
'model' => 'Expiry Goods',
'sub_model' => 'List',
'model_object' => null,
])
{{ $shelfExpiry->links() }}
@if (count($shelfExpiry) == 0)
{{ \App\CPU\translate('No_data_to_show') }}
@endif
@endsection
@push('script')
@endpush