@extends('admin::curd.index') @section('heading') {!! trans('holiday_master::holiday_master.name') !!} {!! trans('cms.manage') !!} {!! trans('holiday_master::holiday_master.names') !!} @stop @section('title') {!! trans('holiday_master::holiday_master.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
Name Holiday Date
{!! Form::text('search[name]')->raw()!!} {!! Form::text('search[holiday_date]')->addClass('datepick')->placeholder('Search Date')->id('ser__max')->raw()!!}
@stop @section('script') @stop @section('style') @stop