@extends('layouts.admin') @section('content')
Update Working Slot
{!! Form::open(array('class'=>'form-horizontal','id'=>'slot_form')) !!}
{{ Form::label('working-slot_name', trans('messages.Select Working Days')) }} *
{{ Form::label('description', trans('messages.Description')) }}
{!! Form::text('description', $list->workingSlotList->description, ['id' => 'description', 'class' => 'form-control', 'placeholder' => trans('messages.Description')]) !!}
@if($list->workingSlotList->status == "1") @else @endif
{!! Form::close() !!}
@endsection