@extends('master.app') @section('title', 'Stock') @section('body')

Edit

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @include('general.valert')
@method('PUT') @csrf
{{-- --}} Only PDF,PNG,JPG,JPEG,Excel, Word
@endsection @section('pageJs') @endsection