@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')
@include('../reachassuree_agent/master/comman/header') @php $privileges = getPrivileges(); $highchartData = HighchartsNames(); @endphp @if(Auth::user()->type == 1 || (!empty($privileges) && array_key_exists(1, $privileges) && array_key_exists(10, $privileges[1])))
@foreach($highchartData as $chart) @endforeach
@endif
@endsection @section('custom-scripts') @endsection