@extends('layouts.master') @section('css') @endsection @section('title') {{__('home.recive_product_from_other_branch_other')}} @stop @section('page-header') @endsection @section('content')
# {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }} {{ __('home.thecostProduct') }} {{ __('home.total') }}
{{ App::getLocale() == 'ar' ? 'يرجى اختيار رقم الفاتورة لعرض المنتجات...' : 'Please select an invoice number to view products...' }}
{{ csrf_field() }}
@endsection @section('js') @endsection