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

التحويلات

@can('admins-create') @endcan
@endsection @section('content')
@foreach($transfers as $transfer) @endforeach
الوقت االمنتج من المركز الى المركز الكمية من رقم مسلسل الى رقم مسلسل تم بواسطة
{{$transfer->created_at}} {{$transfer->item->name}} {{$transfer->fromWarehouse->name}} {{$transfer->toWarehouse->name}} {{$transfer->qty}} {{$transfer->from_serial}} {{$transfer->to_serial}} {{$transfer->admin->name}}
@endsection @section('script') @endsection