@include('flash::message')
@include('partials.alert')
Schedules will be recalculated for the following agreements:
{!! Form::open(['action' => ['RecalcScheduleController@recalc'], 'id' => 'fm-recalc-schedules', 'class' => 'form-horizontal', 'role' => 'form']) !!}
{!! Form::close() !!}
| Client |
Agreement |
Description |
@foreach ($agreements as $agreement)
| {{ $agreement->clientcode }} |
{{ $agreement->code }} |
{{ $agreement->description }} |
@endforeach