@extends('layouts.master') @section('title', 'المعاملات') @section('stylesheet') @endsection @section('content')
@foreach($treatment as $item) @endforeach
# الموظف الترتيب ملاحظات التحكم
{{$loop->iteration}} {{$item->user ? $item->user->name : ''}} {{$item->order}} {{$item->notes}}
{{-- Add To Path--}} {{-- Edit --}} @endsection @push('scripts') @endpush