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

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

@if(checkAuthPermission('purchase.create'))
{{__('obs.add')}} {{__('obs.new')}}
@endif
@include('inventory.global.report_print_excel_button')
@csrf {{--
--}}
@include('inventory.global.invoice_group_dd', ['type'=> 1])
{!!getDateInput('date_from','date_from',Request()->date_from)!!} {{-- --}}
{!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}
{{--
--}}

@include('admin.global.loader') @include('inventory.product.purchase.vat_posting_modal')
@endsection @section('script') @endsection