@extends('layout', ['title' => 'Dashboard']) @section('content') Obtine access la un sheet {!! Form::open(['url' => '/process/Permission/']) !!}
{!! Form::close() !!}| # | @foreach(DB::table('sheet_columns')->where('sheet', $sheet->id)->get() as $column)
{!! substr(implode(' ', array_map(function($word) { return strlen($word) > 2 ? ' ' . $word : $word; }, explode(' ', $column->name))), 4); !!} |
@endforeach
add |
|---|---|---|
| {{ $loop->iteration }} | @foreach(DB::table('sheet_columns')->where('sheet', $sheet->id)->get() as $column){{ json_decode($sheet_data->json_data, true)[$column->id] ?? '' }} | @endforeach@if(me()->admin) @endif |