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