@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