@extends('layouts.admin') @section('content')

{{ Form::label('hospitals', trans('messages.Hospitals')) }}*
{{ Form::label('speciality', trans('Speciality')) }}*
Doctor sorting list of a department
@lang('SORT Order') @lang('Doctor ID') @lang('Doctor Name')

Please select doctors in desired order here

{{--
@if(IzoCommonHelper::hasPermission('category_management_add')) @endif
--}}
{{--
--}}
 
@endsection