@extends('layouts.master') @php $viewportWidthPercentage = 0.8; // 80% of the viewport width $thresholdWidth = round($viewportWidthPercentage * 100) . 'vw'; @endphp @section('content')
@foreach($columns as $column) @endforeach
{{ ucwords(str_replace('_', ' ', $column)) }}Actions
@endsection @push('modals') @livewire('department', [ 'initialFields' => $columns, 'userAddedColumnsInfo' => $userAddedColumnsInfo ]) @endpush @push('page-scripts') @endpush