@extends('layouts.master') @section('css') @section('title') {{__('home.recive_product_from_other_branch_other')}}@stop @endsection @section('page-header')
@endsection @section('content') @if (session()->has('nodataprint')) @endif @if (session()->has('confirmed')) @endif @if (session()->has('createnewproduct')) @endif @if (count($errors) > 0)
خطا
@endif @if (session()->has('productupdatedlocation')) @endif


# {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }} {{ __('home.thecostProduct') }} {{ __('home.total') }}
- - - - - -



{{ csrf_field() }}



@endsection @section('js') @endsection