@extends('layouts.app') @section('title', 'Stock Transfers') @section('breadcrumb')
Move stock between warehouses
| Transfer No. | From | To | Date | Items | Status | By | Actions |
|---|---|---|---|---|---|---|---|
| {{ $t->transfer_no }} | {{ $t->fromWarehouse->name }} | {{ $t->toWarehouse->name }} | {{ $t->transfer_date->format('d M Y') }} | {{ $t->items_count }} | {{ ucfirst(str_replace('_',' ',$t->status)) }} | {{ $t->creator->name }} | |
| No transfers found. | |||||||