@extends('admin.layout.master') @section('title','ADJUSTMENT') @section('custom_style') @endsection @section ('content')

{{__('obs.adjustment')}} {{__('obs.list')}}

@csrf
@include('inventory.global.invoice_group_dd', ['type'=> 5])
{!!getDateInput('date_from','date_from',Request()->date_from)!!} {{-- --}}
{!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}


@include('admin.global.loader')
# {{__('obs.invoice')}} {{__('obs.no')}} {{__('obs.invoice')}} {{__('obs.date')}} {{__('obs.by')}} {{__('obs.action')}} {{__('obs.approval')}} {{__('obs.status')}}
@endsection @section('script') @endsection