@extends('app') @section('extra-css') @endsection @section('content-header') Block Scheduler Home HR Block Scheduler @endsection @section('content') @can('schedule-view') View Schedule @endcan @can('schedule-block') {{csrf_field()}} Doctor: {!! Form::select('user_id', $doctors ,null, ['class'=> 'form-control','placeholder'=> 'Please Select Doctor', 'id'=>'user_id']) !!} From Date To Date Get Appointment Schedule List @endcan @endsection @section('extra-js') @endsection @section('script') @endsection