@extends('layouts.compact_menu') {{-- Page title --}} @section('title') Invoice Mapping @parent @stop @section('header_styles') @stop @section('content')
@include('flash::message')
Invoice Mapping
{!! Form::open(['route' => 'invoice_mapping.store','class' => 'form-horizontal']) !!}
Level
Label
@foreach($boards as $board)
{{$board->name}}
Swimlane
Stages
@endforeach
{!! Form::close() !!}
@endsection @section('footer_scripts') @stop