@extends('backend.partials.master') @section('title') Expenses @endsection @section('maincontent') @if (hasPermission('create_officeexpenses') == true) New Expense @endif Expenses Table SR NO Expense No Lot No Expense Type Payable To Total Date Action @endsection @push('scripts') @endpush