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

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

@if(checkAuthPermission('purchase.create'))
{{__('obs.add')}} {{__('obs.new')}}
@endif
@csrf {{--
--}}
{!!getDateInput('date_from','date_from',Request()->date_from)!!} {{-- --}}
{!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}
{{--
--}}

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