@extends('app') @section('extra-css') @endsection @section('content-header')

Block Scheduler

@endsection @section('content')

@can('schedule-view')   View Schedule @endcan

@can('schedule-block')
{{csrf_field()}}
{!! Form::select('user_id', $doctors ,null, ['class'=> 'form-control','placeholder'=> 'Please Select Doctor', 'id'=>'user_id']) !!}
@endcan
@endsection @section('extra-js') @endsection @section('script') @endsection