@extends('reachassuree_agent_sub/layouts.main') @section('title', $data['title']) @section('content')
@include('../reachassuree_agent_sub/master/comman/header') @php $highchartData = HighchartForSubAgent(); @endphp
@foreach($highchartData as $chart) @endforeach
@endsection @section('custom-scripts') @endsection