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

{{__('adjustments')}}

@endsection @section('content')

{{__('Create adjustment')}}

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