@extends('layouts.b4') @section('content')

Select the Structure To View the Ledger For

{!! Form::open(['action' => 'Moons\MoonLedgerController@displayLedger', 'method' => 'POST']) !!}
{{ Form::label('structure', 'Structure') }} {{ Form::select('structure', $structures, null, ['placeholder' => 'Select Structure']) }}
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }} {!! Form::close() !!}
@endsection