@extends('admin.layout.master') @section('title', 'المخزون') @section('content')
المخزون
تعديل البيانات
@csrf @method('PATCH')
الاسم
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
تعديل
@stop