@extends('account') @section('breadcrumb') {{ Breadcrumbs::render('tarif') }} @endsection @section('account_content')

Tarifler

@if($user_sub)

{{$user_sub->subscription->title}}

{{$user_sub->subscription->duration}} gün - {{$user_sub->subscription->price}} TMT

@if($user_sub->subscription->description != null) @foreach (json_decode($user_sub->subscription->description) as $item) @endforeach
{{$item->desc}}
@endif
@endif
@endsection