@extends('layouts.main') @section('page-title') {{ __('Manage Debit Notes') }} @endsection @section('page-breadcrumb') {{ __('Debit Note') }} @endsection @push('script-page') @endpush @push('css') @include('layouts.includes.datatable-css') @endpush @push('scripts') @include('layouts.includes.datatable-js') {{ $dataTable->scripts() }} @endpush @section('page-action')
@endsection @section('content') @endsection @push('scripts') @endpush