@extends('layouts.master') @section('css') @section('title') {{ __('home.stock') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }}
@can('System setting')
@endcan

# Product No Product Branch Location Quantity Purchase Price (Excl. Tax) Selling Price (Excl. Tax)
- - - - - - - -
@endsection @section('js') {{-- Update ( 24/4/2023 ) --}} {{-- End Update ( 24/4/2023 ) --}} @endsection