@extends('layouts.usermaster') @section('styles') @endsection @section('content') {{lang('Invoice', 'menu')}} {{lang('Home', 'menu')}} {{lang('Invoice', 'menu')}} @include('includes.user.verticalmenu') {{lang('Invoices')}} {{ lang('S.No') }} {{ lang('Invoice Id') }} {{ lang('Price') }} {{ lang('Payment For') }} {{ lang('Payment Method') }} {{ lang('Status') }} {{ lang('Actions') }} {{-- @include('includes.user.transactionModal') --}} @endsection @section('scripts') @vite(['resources/assets/js/select2.js']) @endsection