@extends('backend.layouts.app') @section('content')

New source of income

@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif
Sl Name Department Name Action
Name Department Name
{{ ++$sl }} {{ $m->name }} {{ $m->accountDepartment->name }}
@endsection @section('modal_content') @endsection @section('page_script')> @endsection