@extends('admin.layout.master') @section('title', 'ادخال المخزون') @section('content')

ادخال المخزون

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@stop