@extends('Frontend.Layouts.modal')
@section('modal_class', 'modal-lg')
@section('title')
{{trans('front.unlock_history')}}
@stop
@section('body')
{!! Form::select('period', $filterOptions, null, ['class' => 'form-control', 'data-filter' => true]) !!}
@include('Frontend.LockStatus.table')
@stop
@section('buttons')