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

{{ __('home.productNo') }}

@error('active') {{ $message }} @enderror



@endsection @section('js') @endsection