@extends('backend.layouts.app') @section('content') {!! Html::script('expand_theme/js/bootbox.js') !!} @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif {!! Html::script('expand_theme/js/jquery.validate.min.js') !!}

@lang('messages.parent_check_in_check_out')

{{ csrf_field() }}
 
 
 

@lang('messages.result_is_fetched_using_either_phone_number_or_email_id'):


@lang('messages.cancel')
{!! Form::close() !!}

@lang('user_messages.sorry_there_is_no_data_for_your_selected_search')

{!! Html::style('expand_theme/timepicker/bootstrap-timepicker.min.css') !!} {!! Html::script('expand_theme/timepicker/bootstrap-timepicker.min.js') !!} {!! Html::style('expand_theme/dataTables.bootstrap.css') !!} {!! Html::script('expand_theme/jquery.dataTables.min.js') !!} {!! Html::script('expand_theme/dataTables.bootstrap.min.js') !!} {!! Html::script('expand_theme/bootstrap-daterangepicker/daterangepicker.js') !!} {!! Html::script('expand_theme/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js') !!} {!! Html::script('expand_theme/select2/dist/js/select2.full.min.js') !!} {!! Html::script('expand_theme/input-mask/jquery.inputmask.js') !!} {!! Html::script('expand_theme/input-mask/jquery.inputmask.date.extensions.js') !!} {!! Html::script('expand_theme/input-mask/jquery.inputmask.extensions.js') !!} {!! Html::script('expand_theme/moment/min/moment.min.js') !!} {!! Html::style('expand_theme/font-awesome/css/font-awesome.min.css') !!} {!! Html::style('expand_theme/bootstrap-daterangepicker/daterangepicker.css') !!} {!! Html::style('expand_theme/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css') !!} @stop