@extends('crudbooster::admin_template') @section('content') @if($index_statistic)
@foreach($index_statistic as $stat)

{{ $stat['count'] }}

{{ $stat['label'] }}

@endforeach
@endif @if(!is_null($pre_index_html) && !empty($pre_index_html)) {!! $pre_index_html !!} @endif @if(g('return_url'))

  {{ trans('crudbooster.form_back_to_list',['module'=>urldecode(g('label'))]) }}

@endif
Qedi -
EXPLORE PROFESSIONAL FIELDS
@if(!empty($results)) @foreach($results as $row)

{{$row->title}}

    @foreach($row->fields as $field)
  • {{$field->title}} {{count($field->cvs)}}
  • @endforeach
@endforeach @endif
@endsection