Location {{$c}}


{!! Form::label('title', 'Title', ['class' => 'form-label']) !!}
{!! Form::text('locations['.$count.'][title]', $location ? $location->title : null, ['class' => 'form-control','required'=>true,'style'=>'direction: rtl;']) !!}
{!! Form::label('Description', 'Description', ['class' => 'form-label']) !!}
{!! Form::textarea('locations['.$count.'][description]', $location ? $location->description : null, ['class' => 'form-control','required'=>true,'style'=>'direction: rtl;']) !!}
has_end_date==1 ? 'checked' : ''):'checked' }} value="1" name="locations[{{$count}}][has_end_date]" id="has_end_date_yes_{{$count}}"> has_end_date==0 ? 'checked' : ''):'' }} name="locations[{{$count}}][has_end_date]" id="has_end_date_no_{{$count}}">
calendar_type==1 ? 'checked' : ''):'checked' }} value="1" name="locations[{{$count}}][calendar_type]" id="calendar_type_yes_{{$count}}"> calendar_type==0 ? 'checked' : ''):'' }} name="locations[{{$count}}][calendar_type]" id="calendar_type_no_{{$count}}">
@if($location) @foreach($location->times as $location_time)