@extends('layouts.business.master') @section('title') {{ __('Create Transfer') }} @endsection @section('main_content')

{{ __('Add New Transfer') }}

@csrf
@if((moduleCheck('MultiBranchAddon') && multibranch_active()) && !auth()->user()->active_branch_id)
@endif @if(moduleCheck('MultiBranchAddon') && multibranch_active())
@endif @if(moduleCheck('warehouseAddon'))
@endif
{{ __('Search Product') }}
{{-- added via jquery --}}
{{ __('Image') }} {{ __('Items') }} {{ __('Code') }} {{ __('Batch') }} {{ __('Qty') }} {{ __('Unit Price') }} {{ __('Tax') }} {{ __('Discount') }} {{ __('Sub Total') }} {{ __('Action') }}

{{ __('Transfer Note') }}

{{ __('Sub Total') }}
{{ currency_format(0, currency: business_currency()) }}
{{ __('Discount') }}
{{ currency_format(0, currency: business_currency()) }}
{{ __('Tax') }}
{{ currency_format(0, currency: business_currency()) }}
{{ __('Shipping Charge') }}
{{ __('Total Amount') }}
{{ currency_format(0, currency: business_currency()) }}
@usercan('transfers.create') @endusercan
@if(moduleCheck('warehouseAddon')) @endif @endsection @push('js') @endpush