@extends('layouts.master') @php $viewportWidthPercentage = 0.8; // 80% of the viewport width $thresholdWidth = round($viewportWidthPercentage * 100) . 'vw'; @endphp @section('content')
{{ ucwords(str_replace('_', ' ', $column)) }} | @endforeachActions |
---|