@extends('layouts.app') @section('css') {{-- css --}} @endsection @section('title', 'Spendings Management') @section('breadcrumb') @endsection @section('content')
Spendings Management
@if(Session::has('success_msg')) @endif @if(Session::has('error_msg')) @endif
Date Invoice Number Due Date Category Comment Actions
Date Invoice Number Due Date Category Comment
@endsection @section('js') {{-- js --}} {{--End js --}} @endsection