@extends('layouts.master') @section('title') @lang('translation.Data_Tables') @endsection @section('css') @endsection @section('content') @include('components.breadcum')
Total Speaks : {{$data->speaks->count() ?? '0'}}
Total Session : {{$data->session->count() ?? '0'}}

Name:

{{$data->name}}

Email:

{{$data->email}}

Mobile:

{{$data->country_code}}-{{$data->mobile}}

Type:

{{($data->type == 'user') ? 'User' : 'Trainer'}}

Session Plan:

{{($data->meeting_type == 'free') ? 'Free' : 'Paid'}}

Speaks Plan:

{{($data->is_premium_member == '1') ? 'Active':'-'}}
@if($data['pup_info'])

Pup Name:

{{$data['pup_info']->pup_name}}

Pup Year:

{{$data['pup_info']->pup_year}}

Pet Category:

    @if($pup_category) @foreach($pup_category as $category)