@extends('pages.admin.layout') @section('content')

Stock Management - In/Out

@if(isset($success) && $success !== false)
@endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
{{ method_field('POST') }} @csrf
Supplier Product Product Option Stock Level
New Delivery

Delivery Title

Delivery Date

@endsection @section('scripts') @append