@extends('admin.layout.dashboard-template') @section('content')

{{$data->title}}

Commission Amount

:

{{$data->commission}}

Product Code

:

{{$data->code}}

Application Through

:

{{$data->apply_service_through}}

@if($data->apply_service_through=='Link') @foreach($data->links as $item) Go to Lead Link  @endforeach @endif

@php $tl=count($data->tutorialLinks->toArray()); @endphp @if($tl>0)

Tutorial Links


@foreach($data->tutorialLinks as $item) @endforeach @endif
{!! $data->description !!}
@endsection