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

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

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


@include('admin.global.loader')
{{-- --}}
@endsection @section('script') @endsection