@extends('layouts.compact_menu') {{-- Page title --}} @section('title') Global Snapshot Mapping @parent @stop @section('header_styles') @stop @section('content')
@include('flash::message')
Global Snapshot Mapping
{!! Form::model($GlobalSSMappings, ['route' => ['global_ss_mapping.update', $GlobalSSMappings->id], 'method' => 'patch','class' => 'form-horizontal']) !!}
Level
@error('level_new')
{{ $message }}
@enderror
Label
@foreach($boards as $board)
{{$board->name}}
Swimlane
Stages
@endforeach
{!! Form::close() !!}
@endsection @section('footer_scripts') @stop