@extends('layouts.admin') @section('title', 'المخزن') @section('content-header', 'قائمة المنتجات ') @section('content-actions') اضافة منتج جديد @endsection @section('css') @endsection @section('content')
@if(Config::get('app.locale') == "ar") @else @endif @foreach ($products as $product) @endforeach
الاسم السعر
ID Name Image Barcode Price Quantity Sold Profit Status Updated At Actions
{{$product->name}} {{$product->barcode}} {{$product->price}}
{{ $products->render() }}
@endsection @section('js') @endsection