{!! Form::label('id', 'Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $language->id !!}

{!! Form::label('name', 'Name:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $language->name !!}

{!! Form::label('color', 'Color:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::label('image', 'Image:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $language->image !!}

{!! Form::label('parent_id', 'Parent Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $language->parent_id !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $language->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $language->updated_at !!}