@extends('layouts.master') @section('css') @endsection @section('title') المنتجات @stop @section('page-header')
@endsection @section('content') @if (session()->has('Add'))# | اسم المنتج | اسم القسم | ملاحظات | العمليات |
---|---|---|---|---|
{{ $i }} | {{ $Product->Product_name }} | {{ $Product->section->section_name }} | {{ $Product->description }} | @can('تعديل منتج') @endcan @can('حذف منتج') @endcan |