@extends('layouts.app') @section('css') {{-- DataTable --}} @endsection @section('content')
{{ csrf_field() }}
{{ __('Transfer') }} >> {{ __('New Transfer') }}
  • {{ __('Record not found') }}

{{ __('Item Name') }} {{ __('Quantity') }} {{ __('Action') }}
{{ __('Total') }} {{ formatCurrencyAmount(0) }}  


{{ __('Cancel') }}
@include('layouts.includes.message_boxes') @endsection @section('js') {!! translateValidationMessages() !!} @endsection