@extends('layouts.app') @section('title', 'Penyesuaian Stok') @section('page-title', 'Penyesuaian Stok') @section('content')
@if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('product_id')

{{ $message }}

@enderror
@error('type')

{{ $message }}

@enderror
@error('quantity')

{{ $message }}

@enderror
Batal
@push('scripts') @endpush @endsection