@extends('layouts.app') @section('title') {{__('Edit adjustment')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Adjustments')}}

@endsection @section('content')

{{__('Edit adjustment')}}

@method('put')
@csrf @include('admin.inventory.adjustments._form')
@endsection @section('scripts') @endsection