@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
@csrf {{--
--}}
{{--
--}}

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