@extends('admin.layouts.app') @section('title', 'View Statistic') @section('content')
{{ $statistic->suffix }}
@else
No suffix
@endif
{{ $statistic->icon }}
@else
No icon specified
@endif
{{ $statistic->title }}
{{ $statistic->title }}
To use this statistic in your Blade templates:
$statistic = Statistic::find({{ $statistic->id }});
echo $statistic->formatted_value;
{{ '{' }}{{ '{' }} $statistic->formatted_value {{ '}' }}{{ '}' }}