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

المخزون

إنشاء جديد

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