@extends('layouts.production') @section('content')

{{ Trans('products.products_expire') }} {{ Trans('suppliers.show') }}

@include('layouts.includes.message')
@foreach($products as $product) @endforeach
# {{ Trans('products.name') }} {{ Trans('products.name_kh') }} {{ Trans('products.expired_date') }} {{ Trans('dashboard.crud.actions') }}
{{ $product->id }} {{ $product->name }} {{ $product->name_kh }} {{ $product->expired_date }} id) }}" class="btn btn-xs btn-default">{{Trans("dashboard.others.see")}} @if(UserRole::has('edit_product')) id) }}" class="btn btn-xs btn-info">{{Trans("dashboard.crud.edit")}} @endif @if(UserRole::has('delete_product')) {{Trans("dashboard.crud.remove")}} @include('layouts.includes.modals.danger', ['model' => $product,'toRoute'=>'product','attribute'=>'name']) @endif
# {{ Trans('products.name') }} {{ Trans('products.name_kh') }} {{ Trans('products.expired_date') }} {{ Trans('dashboard.crud.actions') }}
{{ Form::close() }}
@endsection @section('addJs') @endsection