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

Company Income

@forelse($branchList as $key=>$branch) @empty @endforelse
SL Branch Name Action
{{ $key+1 }} {{ $branch->name }}
No Information
@endsection