@extends('layouts.main') @section('title', $data['title']) @section('content')
Income List
@if (canCreate('Income'))
Add New Income
@csrf
@endif
@endsection('content') @section('custom-scripts') {{-- --}} @endsection