@extends('layouts.master') @section('title', 'Invoices') @push('styles') @endpush @section("content")
@can('invoice-export') @endcan
{{ __('#') }} {{__('Purchase By')}} {{__('Purchase Date')}} {{__('Package Name')}} {{__(' Price')}} {{__('Tax')}} {{__('Total Price')}} {{__('Action')}}
@endsection @push('scripts') @endpush