@extends('layouts.horizontal', ['title' => 'Transfer Notes', 'topbarTitle' => 'Transfer Notes']) @section('css') @vite(['node_modules/select2/dist/css/select2.min.css']) @endsection @section('content')

Transfer Notes

    @can('view_tn_unit_price')
  • @endcan @can('view_tn_amount')
  • @endcan
@can('view_tn_unit_price') @endcan @can('view_tn_amount') @endcan
GTN # Transfer Note # Date From Store To Store Brand Product ID Product Requisition ID Transfer Out Qty Transfer In QtyUnit PriceAmount
@endsection @section('scripts') @endsection