@extends('layouts.app') @section('content')

{{$user->first_name}} {{$user->last_name}}

@if (!empty($user->coachInfo->website)) @php $url = $user->coachInfo->website; if (!preg_match("~^(?:f|ht)tps?://~i", $url)) { // If not exist then add http $url = "http://" . $url; } @endphp
Website: {{$user->coachInfo->website}}
@endif

{{$user->coachInfo->slogan}}

@if(isset($subscription) && Auth::check()) @if($subscription==1) @else @endif @endif
@include('common.flash_messages')
Om mig

{{$user->coachInfo->introduction}}

Mit Ekspertiseområde

{{$user->coachInfo->expertise}}

{{$user->subscribers->count()}}

Abonnenter

{{$videos->count()}}

Samlede Videoer

@if($intro->count()>0) @endif
@endsection @if (Auth::check()) @hasrole('coach') @push('scripts') @endpush @endhasrole @endif