@extends('layouts.admin') @section('content')

Income Category Add, view and edit income category

@foreach($CategoryList as $Category) @endforeach
Category Name Action
{{$Category->CategoryName}}
@endsection