@extends('layouts.master') @section('page-title',$page_info['page_title']) @section('main-section')

{{$page_info['page_name']}}

@foreach($roiData as $key => $arr) @if($arr->status=='1') @else @endif @endforeach
# ROI Added On Status Action
{{++$key}} {{$arr->roi}} % {{dft($arr->addedOn)}}
@if(isSuperAdmin()) @endif
{{-- Modal for add branch --}} {{-- Modal for add branch ends --}} @endsection @section('custom-js') @endsection