@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('details_of').' '.$record->name }}
{{ $record->name}}
{{$record->email}}
@endsection
@section('footer_scripts')
@include('common.chart', array($chart_data,'ids' =>$ids));
@stop