@extends('admin.layouts.app') @section('title', 'Purchase Invoice Report') @section('content-heading')

Purchase Invoice Report

@endsection @section('content')
@lang('#') @lang('Username') @lang('Invoice Number') @lang('Sub Total') @lang('Discount') @lang('Tax') @lang('Grand Total') @lang('Date') @lang('Action')
@endsection @section('extra-script') @endsection