@if (method_exists($data, 'total'))
@if(isset($data) && method_exists($data, 'total')) Total records: {{ $data->total() }} @endif
@endif