@extends('layouts.master') @section('title') Inventory Adjustment @endsection @section('headername') Inventory Adjustment @endsection @section('content')
Back
Inventory Adjustment
@if (request()->id == 0)
@csrf @else @csrf @method('PUT') @endif
{{--
--}}
@endsection @section('scripts') @endsection