@php $score = isset($score) ? $score : 5; $isEdit = isset($isEdit) ? $isEdit : 0; $title = isset($title) ? $title : ""; $location = isset($location) ? $location : "right"; @endphp @if ($isEdit == 1)
$location != 'center'])> @if ($location == 'left' || $location == 'center')
{{ $score }}
@endif
@if ($location == 'right')
{{ $score }}
@endif
@else
@if ($location == 'left') {{ $title }} @endif
@if ($location == 'right') {{ $title }} @endif {{ $score }}
@if ($location == 'left') {{ $title }} @endif
@if ($location == 'right') {{ $title }} @endif
{{ $score }}
@endif