@extends('layouts.app') @section('breadcrumb') @stop @section('content')

{!! trans('messages.sync') !!} {!! trans('messages.officer').' '.trans('messages.training') !!} (For Leacov Only)

{!! Form::open(['url'=>'/training-sync-leacov','id'=>'sync-training-form']) !!}
{{trans('messages.to')}}

{!! Form::submit('Start Sync',['id' => 'm-submit', 'class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop