@extends('layouts.admin') @section('content') @section('content')
Columns In Excel
    @foreach ($colcollection['original'] as $list)
  • {{ $list}}
  • @endforeach
Viewable
  • Drop To View List
  • @if(count($colcollection)>2) @foreach ($colcollection['viewlist'] as $list)
  • {{ $list}}x
  • @endforeach @endif
Editable
  • Drop To Edit List
  • @if(count($colcollection)>2) @foreach ($colcollection['editlist'] as $list)
  • {{ $list}}x
  • @endforeach @endif
@endsection @endsection @section('title')

Edit Work "{{$workname}}"

@endsection