@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

المبيعات

@can('admins-create') @endcan
@endsection @section('content')
@foreach($orders as $order) @endforeach
# اسم المركز اسم المنتج الكمية التاريخ نوع العملية تمت بواسطة
{{$order->id}} {{$order->warehouse->name}} {{$order->qty}} {{$order->date}} {{$order->item->name}} {{$order->type}} {{$order->admin->name}}
@endsection @section('script') @endsection