@extends('layout.app') @section('title') Manage Other Income Types @endsection @section('pagetitle') Manage Other Income Types @endsection @section('content')
@include('includes.success')
@foreach ($incmtyps as $item) @endforeach
Sn Name
{{$i+1}} {{ucwords($item->name)}} Edit Delete
@endsection @section('scripts') @endsection