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

Purchase List

@if(checkAuthPermission('purchase.create'))
Add New
@endif
@csrf {{--
--}}
{{--
--}}

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