@php $layout = (isSeller() > 0) ? 'layouts.seller' : 'layouts.admin'; @endphp @extends($layout) @section('css') @endsection @section('content')
  • {!! Form::open(array('route' => $route , 'method' => 'GET','class'=>'filter_form mobile_filter col-md-12' , 'style' => 'padding-left: 0px;')) !!}
    {!! Form::label("date", __('report.date'), ['class' => 'first-column']) !!}
    {!! Form::hidden('from_date', isset($inputs['from_date'])?$inputs['from_date'] : '', ['id' => 'from_date']) !!} {!! Form::hidden('to_date', isset($inputs['to_date'])?$inputs['to_date'] : '', ['id' => 'to_date']) !!} {!! Form::hidden('filter',1) !!}
    {!! Form::close() !!}
@include('layouts.partials.messages')
@include('seller.report.employee-punch-report-view')
@endsection @section('script') @endsection