@extends('layouts.app') @section('css') {{-- DataTable --}} @endsection @section('content')
{{ __('Transfer') }} >> {{ __('Edit Transfer') }}>> #{{ sprintf("%04d", $stock_transfer_id) }}
  • {{ __('Record not found') }}

@foreach($List as $result) @endforeach
{{ __('Name') }} {{ __('Quantity') }} {{ __('Action') }}
{{$result->item->name}}
{{ __('Total') }} {{formatCurrencyAmount($sum)}}


@if($Info->sourceLocation->is_active == 1 && $Info->destinationLocation->is_active == 1) @endif {{ __('Cancel') }}
@include('layouts.includes.message_boxes') @endsection @section('js') {{--DataTable JS--}} {!! translateValidationMessages() !!}