@extends('admin.master'); @section('page-title') Inventory | Update StockIn Form @endsection @section('content-heading') Update StockIn Form @endsection @section('main-content')
StockIn Information
@if(Session::get('errUpdateStockInMsg'))
{{ Session::get('errUpdateStockInMsg') }}
@endif
{{ csrf_field() }}

+ Add New
Ton
Taka
Taka
@endsection