| # | {{ 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') }} |